Html Css Color HEX #647EB0 Havelock Blue

📋 copy color: '#647EB0'

red 100 ◦ green 126 ◦ blue 176

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

Shades of Havelock Blue #647EB0

Tints of Havelock Blue #647EB0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.34%

 BLUE value IS 176 (69.14% from 255) = 43.78%

R = 24.88%
G = 31.34%
B = 43.78%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#647EB0 (or 0x647EB0) is known color: Havelock Blue. HEX triplet: 64, 7E and B0. RGB value is (100,126,176). Sum of RGB (Red+Green+Blue) = 100+126+176=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #647EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647EB0 is #9B814F. Grayscale: #7B7B7B. Windows color (decimal): -10191184 or 11566692. OLE color: 11566692.

HSL color Cylindrical-coordinate representation of color #647EB0: hue angle of 219.47º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #647EB0 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 126 176 -
CMYK 0.43 0.28 0 0.31
HSL 219.47º 0.32% 0.54% -
HSV(B) 219.47º 0.43% 0.69% -
XYZ 20.55 20.77 44 -
YUV 123.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 100 126 176 0.43 0.28 0 0.31 219.47 0.32 0.54
Hex 64 7E B0 2B 1C 0 1F DB 20 36
Octal 144 176 260 53 34 0 37 333 40 66
Binary 1100100 1111110 10110000 101011 11100 0 11111 11011011 100000 110110

Color Harmonies of #647EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647EB0

Black with #647EB0

Text Example


Text Example

White with #647EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,126,176); }

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

background-color css

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

 a { background-color: rgb(100,126,176); }

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

border-color css

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

 span { border-color: rgb(100,126,176); }

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