Html Css Color HEX #647BD0 Havelock Blue

📋 copy color: '#647BD0'

red 100 ◦ green 123 ◦ blue 208

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

Shades of Havelock Blue #647BD0

Tints of Havelock Blue #647BD0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.54%

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 23.2%
G = 28.54%
B = 48.26%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#647BD0 (or 0x647BD0) is known color: Havelock Blue. HEX triplet: 64, 7B and D0. RGB value is (100,123,208). Sum of RGB (Red+Green+Blue) = 100+123+208=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #647BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647BD0 is #9B842F. Grayscale: #7D7D7D. Windows color (decimal): -10191920 or 13663076. OLE color: 13663076.

HSL color Cylindrical-coordinate representation of color #647BD0: hue angle of 227.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #647BD0 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 123 208 -
CMYK 0.52 0.41 0 0.18
HSL 227.22º 0.53% 0.6% -
HSV(B) 227.22º 0.52% 0.82% -
XYZ 23.72 21.43 62.56 -
YUV 125.81 174.38 109.59 -
System Red Green Blue C M Y K H S L
Decimal 100 123 208 0.52 0.41 0 0.18 227.22 0.53 0.6
Hex 64 7B D0 34 29 0 12 E3 35 3C
Octal 144 173 320 64 51 0 22 343 65 74
Binary 1100100 1111011 11010000 110100 101001 0 10010 11100011 110101 111100

Color Harmonies of #647BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647BD0

Black with #647BD0

Text Example


Text Example

White with #647BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,123,208); }

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

background-color css

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

 a { background-color: rgb(100,123,208); }

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

border-color css

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

 span { border-color: rgb(100,123,208); }

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