Html Css Color HEX #6481BF Havelock Blue

📋 copy color: '#6481BF'

red 100 ◦ green 129 ◦ blue 191

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

Shades of Havelock Blue #6481BF

Tints of Havelock Blue #6481BF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.71%

 BLUE value IS 191 (75% from 255) = 45.48%

R = 23.81%
G = 30.71%
B = 45.48%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6481BF (or 0x6481BF) is known color: Havelock Blue. HEX triplet: 64, 81 and BF. RGB value is (100,129,191). Sum of RGB (Red+Green+Blue) = 100+129+191=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #6481BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481BF is #9B7E40. Grayscale: #7F7F7F. Windows color (decimal): -10190401 or 12550500. OLE color: 12550500.

HSL color Cylindrical-coordinate representation of color #6481BF: hue angle of 220.88º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6481BF is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 129 191 -
CMYK 0.48 0.32 0 0.25
HSL 220.88º 0.42% 0.57% -
HSV(B) 220.88º 0.48% 0.75% -
XYZ 22.51 22.17 52.38 -
YUV 127.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 100 129 191 0.48 0.32 0 0.25 220.88 0.42 0.57
Hex 64 81 BF 30 20 0 19 DD 2A 39
Octal 144 201 277 60 40 0 31 335 52 71
Binary 1100100 10000001 10111111 110000 100000 0 11001 11011101 101010 111001

Color Harmonies of #6481BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6481BF

Black with #6481BF

Text Example


Text Example

White with #6481BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6481BF; }

 p { color: rgb(100,129,191); }

 H1.HeaderClassName
 {
   color: #6481BF;
 }
 .AnyTagClassName
 {
   color: #6481BF;
 }
</style>

background-color css

<style>
 a { background-color: #6481BF; }

 a { background-color: rgb(100,129,191); }

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

border-color css

<style>
 span { border-color: #6481BF; }

 span { border-color: rgb(100,129,191); }

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