Color Hex Logo

#6498ec Color Hex

#6498EC
(100,152,236)
0 Favorites   0 Comments

Color spaces of #6498ec

RGB 100152236
HSL0.600.780.66
HSV217°58°93°
CMYK 0.580.360.00   0.07
XYZ31.624131.221983.7165
Yxy31.22190.21580.2130
Hunter Lab55.87663.2405-49.7171
CIE-Lab62.69457.2676-47.5430

#6498ec color RGB value is (100,152,236).

#6498ec hex color red value is 100, green value is 152 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6498ec hue: 0.60 , saturation: 0.78 and the lightness value of 6498ec is 0.66.

The process color (four color CMYK) of #6498ec color hex is 0.58, 0.36, 0.00, 0.07. Web safe color of #6498ec is #6699ff. Color #6498ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011000 11101100
Octal 144 230 354
Decimal 100 152 236
Hex 64 98 EC

RGB Percentages of Color #6498ec

%20.49
%31.15
%48.36

CMYK Percentages of Color #6498ec

%58
%36
%0
%7

Triadic Colors of #6498ec

#6498ec #ec6498 #98ec64

Analogous Colors of #6498ec

#6498ec #7464ec #64dcec

Monochromatic Colors of #6498ec

#6498ec

Complementary Color

#6498ec #ecb864

#6498ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6498ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6498ec Color CSS Codes

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

#6498ec Text Font Color

<p style="color:#6498ec">Text here</p>

This sample text font color is #6498ec
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.


#6498ec Background Color

<div style="background-color:#6498ec">
Div content here</div>

This div background color is #6498ec


#6498ec Border Color

<div style="border:3px solid #6498ec">
Div here</div>

This div border color is #6498ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,152,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6498ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6498ec;
  -webkit-box-shadow: 1px 1px 3px 2px #6498ec;
  box-shadow:         1px 1px 3px 2px #6498ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6498ec


Comments

No comments written yet.

Please login to write comment.