Html Css Color HEX #647DBA Havelock Blue

📋 copy color: '#647DBA'

red 100 ◦ green 125 ◦ blue 186

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

Shades of Havelock Blue #647DBA

Tints of Havelock Blue #647DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 24.33%
G = 30.41%
B = 45.26%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#647DBA (or 0x647DBA) is known color: Havelock Blue. HEX triplet: 64, 7D and BA. RGB value is (100,125,186). Sum of RGB (Red+Green+Blue) = 100+125+186=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #647DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DBA is #9B8245. Grayscale: #7C7C7C. Windows color (decimal): -10191430 or 12221796. OLE color: 12221796.

HSL color Cylindrical-coordinate representation of color #647DBA: hue angle of 222.56º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #647DBA is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 125 186 -
CMYK 0.46 0.33 0 0.27
HSL 222.56º 0.38% 0.56% -
HSV(B) 222.56º 0.46% 0.73% -
XYZ 21.45 20.92 49.36 -
YUV 124.48 162.72 110.54 -
System Red Green Blue C M Y K H S L
Decimal 100 125 186 0.46 0.33 0 0.27 222.56 0.38 0.56
Hex 64 7D BA 2E 21 0 1B DF 26 38
Octal 144 175 272 56 41 0 33 337 46 70
Binary 1100100 1111101 10111010 101110 100001 0 11011 11011111 100110 111000

Color Harmonies of #647DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647DBA

Black with #647DBA

Text Example


Text Example

White with #647DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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