Color Hex Logo

#6a98de Color Hex

#6A98DE
(106,152,222)
0 Favorites   0 Comments

Color spaces of #6a98de

RGB 106152222
HSL0.600.640.64
HSV216°52°87°
CMYK 0.520.320.00   0.13
XYZ30.356930.794673.4512
Yxy30.79460.22550.2288
Hunter Lab55.49290.5343-39.6321
CIE-Lab62.33394.1312-40.3470

#6a98de color RGB value is (106,152,222).

#6a98de hex color red value is 106, green value is 152 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6a98de hue: 0.60 , saturation: 0.64 and the lightness value of 6a98de is 0.64.

The process color (four color CMYK) of #6a98de color hex is 0.52, 0.32, 0.00, 0.13. Web safe color of #6a98de is #6699cc. Color #6a98de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10011000 11011110
Octal 152 230 336
Decimal 106 152 222
Hex 6A 98 DE

RGB Percentages of Color #6a98de

%22.08
%31.67
%46.25

CMYK Percentages of Color #6a98de

%52
%32
%0
%13

Triadic Colors of #6a98de

#6a98de #de6a98 #98de6a

Analogous Colors of #6a98de

#6a98de #766ade #6ad2de

Monochromatic Colors of #6a98de

#6a98de

Complementary Color

#6a98de #deb06a

#6a98de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a98de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a98de Color CSS Codes

.mybgcolor {background-color:#6a98de; } 
.myforecolor {color:#6a98de; }
.mybordercolor {border:3px solid #6a98de; }

#6a98de Text Font Color

<p style="color:#6a98de">Text here</p>

This sample text font color is #6a98de
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6a98de Background Color

<div style="background-color:#6a98de">
Div content here</div>

This div background color is #6a98de


#6a98de Border Color

<div style="border:3px solid #6a98de">
Div here</div>

This div border color is #6a98de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,152,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a98de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a98de;
  -webkit-box-shadow: 1px 1px 3px 2px #6a98de;
  box-shadow:         1px 1px 3px 2px #6a98de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,152,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6a98de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6a98de;
  -webkit-box-shadow: 1px 1px 3px 2px #6a98de;
  box-shadow:         1px 1px 3px 2px #6a98de;">
Div content here</div>

This div box has shadow with color #6a98de


Comments

No comments written yet.

Please login to write comment.