Html Css Color HEX #647CCE Havelock Blue

📋 copy color: '#647CCE'

red 100 ◦ green 124 ◦ blue 206

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

Shades of Havelock Blue #647CCE

Tints of Havelock Blue #647CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 23.26%
G = 28.84%
B = 47.91%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#647CCE (or 0x647CCE) is known color: Havelock Blue. HEX triplet: 64, 7C and CE. RGB value is (100,124,206). Sum of RGB (Red+Green+Blue) = 100+124+206=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #647CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CCE is #9B8331. Grayscale: #7D7D7D. Windows color (decimal): -10191666 or 13532260. OLE color: 13532260.

HSL color Cylindrical-coordinate representation of color #647CCE: hue angle of 226.42º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #647CCE is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 124 206 -
CMYK 0.51 0.40 0 0.19
HSL 226.42º 0.52% 0.6% -
HSV(B) 226.42º 0.51% 0.81% -
XYZ 23.6 21.58 61.31 -
YUV 126.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 100 124 206 0.51 0.40 0 0.19 226.42 0.52 0.6
Hex 64 7C CE 33 28 0 13 E2 34 3C
Octal 144 174 316 63 50 0 23 342 64 74
Binary 1100100 1111100 11001110 110011 101000 0 10011 11100010 110100 111100

Color Harmonies of #647CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647CCE

Black with #647CCE

Text Example


Text Example

White with #647CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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