Html Css Color HEX #647BCD Havelock Blue

📋 copy color: '#647BCD'

red 100 ◦ green 123 ◦ blue 205

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

Shades of Havelock Blue #647BCD

Tints of Havelock Blue #647BCD

RGB

 RED value IS 100 (39.45% from 255) = 23.36%

 GREEN value IS 123 (48.44% from 255) = 28.74%

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

R = 23.36%
G = 28.74%
B = 47.9%

CMYK

 C value IS 0.51

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#647BCD (or 0x647BCD) is known color: Havelock Blue. HEX triplet: 64, 7B and CD. RGB value is (100,123,205). Sum of RGB (Red+Green+Blue) = 100+123+205=428 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.36% from 428); Green value is 123 (48.44% from 255 or 28.74% 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 #647BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647BCD is #9B8432. Grayscale: #7D7D7D. Windows color (decimal): -10191923 or 13466468. OLE color: 13466468.

HSL color Cylindrical-coordinate representation of color #647BCD: hue angle of 226.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #647BCD is Cyan = 0.51, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 123 205 -
CMYK 0.51 0.4 0 0.20
HSL 226.86º 0.51% 0.6% -
HSV(B) 226.86º 0.51% 0.8% -
XYZ 23.36 21.28 60.63 -
YUV 125.47 172.88 109.83 -
System Red Green Blue C M Y K H S L
Decimal 100 123 205 0.51 0.4 0 0.20 226.86 0.51 0.6
Hex 64 7B CD 33 28 0 14 E3 33 3C
Octal 144 173 315 63 50 0 24 343 63 74
Binary 1100100 1111011 11001101 110011 101000 0 10100 11100011 110011 111100

Color Harmonies of #647BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647BCD

Black with #647BCD

Text Example


Text Example

White with #647BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647BCD; }

 p { color: rgb(100,123,205); }

 H1.HeaderClassName
 {
   color: #647BCD;
 }
 .AnyTagClassName
 {
   color: #647BCD;
 }
</style>

background-color css

<style>
 a { background-color: #647BCD; }

 a { background-color: rgb(100,123,205); }

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

border-color css

<style>
 span { border-color: #647BCD; }

 span { border-color: rgb(100,123,205); }

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