Html Css Color HEX #647DBB Havelock Blue

📋 copy color: '#647DBB'

red 100 ◦ green 125 ◦ blue 187

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

Shades of Havelock Blue #647DBB

Tints of Havelock Blue #647DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 24.27%
G = 30.34%
B = 45.39%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#647DBB (or 0x647DBB) is known color: Havelock Blue. HEX triplet: 64, 7D and BB. RGB value is (100,125,187). Sum of RGB (Red+Green+Blue) = 100+125+187=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #647DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DBB is #9B8244. Grayscale: #7C7C7C. Windows color (decimal): -10191429 or 12287332. OLE color: 12287332.

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

Color convert

RGB 100 125 187 -
CMYK 0.47 0.33 0 0.27
HSL 222.76º 0.39% 0.56% -
HSV(B) 222.76º 0.47% 0.73% -
XYZ 21.56 20.96 49.92 -
YUV 124.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 100 125 187 0.47 0.33 0 0.27 222.76 0.39 0.56
Hex 64 7D BB 2F 21 0 1B DF 27 38
Octal 144 175 273 57 41 0 33 337 47 70
Binary 1100100 1111101 10111011 101111 100001 0 11011 11011111 100111 111000

Color Harmonies of #647DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647DBB

Black with #647DBB

Text Example


Text Example

White with #647DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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