Html Css Color HEX #627DCD Havelock Blue

📋 copy color: '#627DCD'

red 98 ◦ green 125 ◦ blue 205

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

Shades of Havelock Blue #627DCD

Tints of Havelock Blue #627DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 22.9%
G = 29.21%
B = 47.9%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#627DCD (or 0x627DCD) is known color: Havelock Blue. HEX triplet: 62, 7D and CD. RGB value is (98,125,205). Sum of RGB (Red+Green+Blue) = 98+125+205=428 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.90% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #627DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627DCD is #9D8232. Grayscale: #7D7D7D. Windows color (decimal): -10322483 or 13466978. OLE color: 13466978.

HSL color Cylindrical-coordinate representation of color #627DCD: hue angle of 224.86º degrees, saturation: 0.52, 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 #627DCD is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 125 205 -
CMYK 0.52 0.39 0 0.20
HSL 224.86º 0.52% 0.59% -
HSV(B) 224.86º 0.52% 0.8% -
XYZ 23.39 21.67 60.71 -
YUV 126.05 172.55 108 -
System Red Green Blue C M Y K H S L
Decimal 98 125 205 0.52 0.39 0 0.20 224.86 0.52 0.59
Hex 62 7D CD 34 27 0 14 E1 34 3B
Octal 142 175 315 64 47 0 24 341 64 73
Binary 1100010 1111101 11001101 110100 100111 0 10100 11100001 110100 111011

Color Harmonies of #627DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627DCD

Black with #627DCD

Text Example


Text Example

White with #627DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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