Html Css Color HEX #627FCC Havelock Blue

📋 copy color: '#627FCC'

red 98 ◦ green 127 ◦ blue 204

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

Shades of Havelock Blue #627FCC

Tints of Havelock Blue #627FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

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

R = 22.84%
G = 29.6%
B = 47.55%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#627FCC (or 0x627FCC) is known color: Havelock Blue. HEX triplet: 62, 7F and CC. RGB value is (98,127,204). Sum of RGB (Red+Green+Blue) = 98+127+204=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #627FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627FCC is #9D8033. Grayscale: #7E7E7E. Windows color (decimal): -10321972 or 13401954. OLE color: 13401954.

HSL color Cylindrical-coordinate representation of color #627FCC: hue angle of 223.58º 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 #627FCC is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 127 204 -
CMYK 0.52 0.38 0 0.2
HSL 223.58º 0.51% 0.59% -
HSV(B) 223.58º 0.52% 0.8% -
XYZ 23.53 22.14 60.16 -
YUV 127.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 98 127 204 0.52 0.38 0 0.2 223.58 0.51 0.59
Hex 62 7F CC 34 26 0 14 E0 33 3B
Octal 142 177 314 64 46 0 24 340 63 73
Binary 1100010 1111111 11001100 110100 100110 0 10100 11100000 110011 111011

Color Harmonies of #627FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627FCC

Black with #627FCC

Text Example


Text Example

White with #627FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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