Color Hex Logo

#6277cc Color Hex

#6277CC
(98,119,204)
0 Favorites   0 Comments

Color spaces of #6277cc

RGB 98119204
HSL0.630.510.59
HSV228°52°80°
CMYK 0.520.420.00   0.20
XYZ22.532920.150059.8285
Yxy20.15000.21980.1966
Hunter Lab44.888811.0467-47.6006
CIE-Lab52.006416.3231-46.5597

#6277cc color RGB value is (98,119,204).

#6277cc hex color red value is 98, green value is 119 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6277cc hue: 0.63 , saturation: 0.51 and the lightness value of 6277cc is 0.59.

The process color (four color CMYK) of #6277cc color hex is 0.52, 0.42, 0.00, 0.20. Web safe color of #6277cc is #6666cc. Color #6277cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110111 11001100
Octal 142 167 314
Decimal 98 119 204
Hex 62 77 CC

RGB Percentages of Color #6277cc

%23.28
%28.27
%48.46

CMYK Percentages of Color #6277cc

%52
%42
%0
%20

Triadic Colors of #6277cc

#6277cc #cc6277 #77cc62

Analogous Colors of #6277cc

#6277cc #8262cc #62accc

Monochromatic Colors of #6277cc

#6277cc

Complementary Color

#6277cc #ccb762

#6277cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6277cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6277cc Color CSS Codes

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

#6277cc Text Font Color

<p style="color:#6277cc">Text here</p>

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


#6277cc Background Color

<div style="background-color:#6277cc">
Div content here</div>

This div background color is #6277cc


#6277cc Border Color

<div style="border:3px solid #6277cc">
Div here</div>

This div border color is #6277cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,119,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6277cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6277cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6277cc;
  box-shadow:         1px 1px 3px 2px #6277cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,119,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6277cc


Comments

No comments written yet.

Please login to write comment.