Html Css Color HEX #647BCB Havelock Blue

📋 copy color: '#647BCB'

red 100 ◦ green 123 ◦ blue 203

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

Shades of Havelock Blue #647BCB

Tints of Havelock Blue #647BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 23.47%
G = 28.87%
B = 47.65%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#647BCB (or 0x647BCB) is known color: Havelock Blue. HEX triplet: 64, 7B and CB. RGB value is (100,123,203). Sum of RGB (Red+Green+Blue) = 100+123+203=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #647BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647BCB is #9B8434. Grayscale: #7C7C7C. Windows color (decimal): -10191925 or 13335396. OLE color: 13335396.

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

Color convert

RGB 100 123 203 -
CMYK 0.51 0.39 0 0.20
HSL 226.6º 0.5% 0.59% -
HSV(B) 226.6º 0.51% 0.8% -
XYZ 23.12 21.19 59.37 -
YUV 125.24 171.88 110 -
System Red Green Blue C M Y K H S L
Decimal 100 123 203 0.51 0.39 0 0.20 226.6 0.5 0.59
Hex 64 7B CB 33 27 0 14 E3 32 3B
Octal 144 173 313 63 47 0 24 343 62 73
Binary 1100100 1111011 11001011 110011 100111 0 10100 11100011 110010 111011

Color Harmonies of #647BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647BCB

Black with #647BCB

Text Example


Text Example

White with #647BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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