Html Css Color HEX #647DCE Havelock Blue

📋 copy color: '#647DCE'

red 100 ◦ green 125 ◦ blue 206

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

Shades of Havelock Blue #647DCE

Tints of Havelock Blue #647DCE

RGB

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

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

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

R = 23.2%
G = 29%
B = 47.8%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#647DCE (or 0x647DCE) is known color: Havelock Blue. HEX triplet: 64, 7D and CE. RGB value is (100,125,206). Sum of RGB (Red+Green+Blue) = 100+125+206=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #647DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DCE is #9B8231. Grayscale: #7E7E7E. Windows color (decimal): -10191410 or 13532516. OLE color: 13532516.

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

Color convert

RGB 100 125 206 -
CMYK 0.51 0.39 0 0.19
HSL 225.85º 0.52% 0.6% -
HSV(B) 225.85º 0.51% 0.81% -
XYZ 23.73 21.83 61.36 -
YUV 126.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 100 125 206 0.51 0.39 0 0.19 225.85 0.52 0.6
Hex 64 7D CE 33 27 0 13 E2 34 3C
Octal 144 175 316 63 47 0 23 342 64 74
Binary 1100100 1111101 11001110 110011 100111 0 10011 11100010 110100 111100

Color Harmonies of #647DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647DCE

Black with #647DCE

Text Example


Text Example

White with #647DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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