Html Css Color HEX #647CCB Havelock Blue

📋 copy color: '#647CCB'

red 100 ◦ green 124 ◦ blue 203

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

Shades of Havelock Blue #647CCB

Tints of Havelock Blue #647CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.04%

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

R = 23.42%
G = 29.04%
B = 47.54%

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

#647CCB (or 0x647CCB) is known color: Havelock Blue. HEX triplet: 64, 7C and CB. RGB value is (100,124,203). Sum of RGB (Red+Green+Blue) = 100+124+203=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #647CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CCB is #9B8334. Grayscale: #7D7D7D. Windows color (decimal): -10191669 or 13335652. OLE color: 13335652.

HSL color Cylindrical-coordinate representation of color #647CCB: hue angle of 226.02º 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 #647CCB is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 124 203 -
CMYK 0.51 0.39 0 0.20
HSL 226.02º 0.5% 0.59% -
HSV(B) 226.02º 0.51% 0.8% -
XYZ 23.24 21.44 59.41 -
YUV 125.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 100 124 203 0.51 0.39 0 0.20 226.02 0.5 0.59
Hex 64 7C CB 33 27 0 14 E2 32 3B
Octal 144 174 313 63 47 0 24 342 62 73
Binary 1100100 1111100 11001011 110011 100111 0 10100 11100010 110010 111011

Color Harmonies of #647CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647CCB

Black with #647CCB

Text Example


Text Example

White with #647CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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