Html Css Color HEX #627DCC Havelock Blue

📋 copy color: '#627DCC'

red 98 ◦ green 125 ◦ blue 204

#627DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #627DCC

Tints of Havelock Blue #627DCC

RGB

 RED value IS 98 (38.67% from 255) = 22.95%

 GREEN value IS 125 (49.22% from 255) = 29.27%

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 22.95%
G = 29.27%
B = 47.78%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#627DCC (or 0x627DCC) is known color: Havelock Blue. HEX triplet: 62, 7D and CC. RGB value is (98,125,204). Sum of RGB (Red+Green+Blue) = 98+125+204=427 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.95% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #627DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627DCC is #9D8233. Grayscale: #7D7D7D. Windows color (decimal): -10322484 or 13401442. OLE color: 13401442.

HSL color Cylindrical-coordinate representation of color #627DCC: hue angle of 224.72º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #627DCC is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 125 204 -
CMYK 0.52 0.39 0 0.2
HSL 224.72º 0.51% 0.59% -
HSV(B) 224.72º 0.52% 0.8% -
XYZ 23.27 21.62 60.07 -
YUV 125.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 98 125 204 0.52 0.39 0 0.2 224.72 0.51 0.59
Hex 62 7D CC 34 27 0 14 E1 33 3B
Octal 142 175 314 64 47 0 24 341 63 73
Binary 1100010 1111101 11001100 110100 100111 0 10100 11100001 110011 111011

Color Harmonies of #627DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627DCC

Black with #627DCC

Text Example


Text Example

White with #627DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627DCC; }

 p { color: rgb(98,125,204); }

 H1.HeaderClassName
 {
   color: #627DCC;
 }
 .AnyTagClassName
 {
   color: #627DCC;
 }
</style>

background-color css

<style>
 a { background-color: #627DCC; }

 a { background-color: rgb(98,125,204); }

 div.DivClassName
 {
   background-color: #627DCC;
 }
 .BgClassName
 {
   background-color: #627DCC;
 }
</style>

border-color css

<style>
 span { border-color: #627DCC; }

 span { border-color: rgb(98,125,204); }

 td.TdClassName
 {
   border-color: #627DCC;
 }
 .TagClassName
 {
   border-color: #627DCC;
 }
</style>