Html Css Color HEX #6581CE Havelock Blue

📋 copy color: '#6581CE'

red 101 ◦ green 129 ◦ blue 206

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

Shades of Havelock Blue #6581CE

Tints of Havelock Blue #6581CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 23.17%
G = 29.59%
B = 47.25%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6581CE (or 0x6581CE) is known color: Havelock Blue. HEX triplet: 65, 81 and CE. RGB value is (101,129,206). Sum of RGB (Red+Green+Blue) = 101+129+206=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #6581CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6581CE is #9A7E31. Grayscale: #818181. Windows color (decimal): -10124850 or 13533541. OLE color: 13533541.

HSL color Cylindrical-coordinate representation of color #6581CE: hue angle of 224º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6581CE is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 129 206 -
CMYK 0.51 0.37 0 0.19
HSL 224º 0.52% 0.6% -
HSV(B) 224º 0.51% 0.81% -
XYZ 24.36 22.92 61.53 -
YUV 129.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 101 129 206 0.51 0.37 0 0.19 224 0.52 0.6
Hex 65 81 CE 33 25 0 13 E0 34 3C
Octal 145 201 316 63 45 0 23 340 64 74
Binary 1100101 10000001 11001110 110011 100101 0 10011 11100000 110100 111100

Color Harmonies of #6581CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6581CE

Black with #6581CE

Text Example


Text Example

White with #6581CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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