Html Css Color HEX #6581CC Havelock Blue

📋 copy color: '#6581CC'

red 101 ◦ green 129 ◦ blue 204

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

Shades of Havelock Blue #6581CC

Tints of Havelock Blue #6581CC

RGB

 RED value IS 101 (39.84% from 255) = 23.27%

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

 BLUE value IS 204 (80.08% from 255) = 47%

R = 23.27%
G = 29.72%
B = 47%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6581CC (or 0x6581CC) is known color: Havelock Blue. HEX triplet: 65, 81 and CC. RGB value is (101,129,204). Sum of RGB (Red+Green+Blue) = 101+129+204=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #6581CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6581CC is #9A7E33. Grayscale: #808080. Windows color (decimal): -10124852 or 13402469. OLE color: 13402469.

HSL color Cylindrical-coordinate representation of color #6581CC: hue angle of 223.69º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6581CC is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 129 204 -
CMYK 0.50 0.37 0 0.2
HSL 223.69º 0.5% 0.6% -
HSV(B) 223.69º 0.5% 0.8% -
XYZ 24.12 22.83 60.26 -
YUV 129.18 170.22 107.9 -
System Red Green Blue C M Y K H S L
Decimal 101 129 204 0.50 0.37 0 0.2 223.69 0.5 0.6
Hex 65 81 CC 32 25 0 14 E0 32 3C
Octal 145 201 314 62 45 0 24 340 62 74
Binary 1100101 10000001 11001100 110010 100101 0 10100 11100000 110010 111100

Color Harmonies of #6581CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6581CC

Black with #6581CC

Text Example


Text Example

White with #6581CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6581CC; }

 p { color: rgb(101,129,204); }

 H1.HeaderClassName
 {
   color: #6581CC;
 }
 .AnyTagClassName
 {
   color: #6581CC;
 }
</style>

background-color css

<style>
 a { background-color: #6581CC; }

 a { background-color: rgb(101,129,204); }

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

border-color css

<style>
 span { border-color: #6581CC; }

 span { border-color: rgb(101,129,204); }

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