Html Css Color HEX #647ACD Havelock Blue

📋 copy color: '#647ACD'

red 100 ◦ green 122 ◦ blue 205

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

Shades of Havelock Blue #647ACD

Tints of Havelock Blue #647ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.57%

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

R = 23.42%
G = 28.57%
B = 48.01%

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

#647ACD (or 0x647ACD) is known color: Havelock Blue. HEX triplet: 64, 7A and CD. RGB value is (100,122,205). Sum of RGB (Red+Green+Blue) = 100+122+205=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #647ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647ACD is #9B8532. Grayscale: #7C7C7C. Windows color (decimal): -10192179 or 13466212. OLE color: 13466212.

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

Color convert

RGB 100 122 205 -
CMYK 0.51 0.40 0 0.20
HSL 227.43º 0.51% 0.6% -
HSV(B) 227.43º 0.51% 0.8% -
XYZ 23.23 21.04 60.59 -
YUV 124.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 100 122 205 0.51 0.40 0 0.20 227.43 0.51 0.6
Hex 64 7A CD 33 28 0 14 E3 33 3C
Octal 144 172 315 63 50 0 24 343 63 74
Binary 1100100 1111010 11001101 110011 101000 0 10100 11100011 110011 111100

Color Harmonies of #647ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647ACD

Black with #647ACD

Text Example


Text Example

White with #647ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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