Html Css Color HEX #647CCD Havelock Blue

📋 copy color: '#647CCD'

red 100 ◦ green 124 ◦ blue 205

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

Shades of Havelock Blue #647CCD

Tints of Havelock Blue #647CCD

RGB

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

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

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

R = 23.31%
G = 28.9%
B = 47.79%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#647CCD (or 0x647CCD) is known color: Havelock Blue. HEX triplet: 64, 7C and CD. RGB value is (100,124,205). Sum of RGB (Red+Green+Blue) = 100+124+205=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #647CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CCD is #9B8332. Grayscale: #7D7D7D. Windows color (decimal): -10191667 or 13466724. OLE color: 13466724.

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

Color convert

RGB 100 124 205 -
CMYK 0.51 0.40 0 0.20
HSL 226.29º 0.51% 0.6% -
HSV(B) 226.29º 0.51% 0.8% -
XYZ 23.48 21.53 60.68 -
YUV 126.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 100 124 205 0.51 0.40 0 0.20 226.29 0.51 0.6
Hex 64 7C CD 33 28 0 14 E2 33 3C
Octal 144 174 315 63 50 0 24 342 63 74
Binary 1100100 1111100 11001101 110011 101000 0 10100 11100010 110011 111100

Color Harmonies of #647CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647CCD

Black with #647CCD

Text Example


Text Example

White with #647CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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