Html Css Color HEX #647DBE Havelock Blue

📋 copy color: '#647DBE'

red 100 ◦ green 125 ◦ blue 190

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

Shades of Havelock Blue #647DBE

Tints of Havelock Blue #647DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 24.1%
G = 30.12%
B = 45.78%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#647DBE (or 0x647DBE) is known color: Havelock Blue. HEX triplet: 64, 7D and BE. RGB value is (100,125,190). Sum of RGB (Red+Green+Blue) = 100+125+190=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #647DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DBE is #9B8241. Grayscale: #7C7C7C. Windows color (decimal): -10191426 or 12483940. OLE color: 12483940.

HSL color Cylindrical-coordinate representation of color #647DBE: hue angle of 223.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #647DBE is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 125 190 -
CMYK 0.47 0.34 0 0.25
HSL 223.33º 0.41% 0.57% -
HSV(B) 223.33º 0.47% 0.75% -
XYZ 21.88 21.09 51.63 -
YUV 124.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 100 125 190 0.47 0.34 0 0.25 223.33 0.41 0.57
Hex 64 7D BE 2F 22 0 19 DF 29 39
Octal 144 175 276 57 42 0 31 337 51 71
Binary 1100100 1111101 10111110 101111 100010 0 11001 11011111 101001 111001

Color Harmonies of #647DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647DBE

Black with #647DBE

Text Example


Text Example

White with #647DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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