Html Css Color HEX #6580CE Havelock Blue

📋 copy color: '#6580CE'

red 101 ◦ green 128 ◦ blue 206

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

Shades of Havelock Blue #6580CE

Tints of Havelock Blue #6580CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

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

R = 23.22%
G = 29.43%
B = 47.36%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6580CE (or 0x6580CE) is known color: Havelock Blue. HEX triplet: 65, 80 and CE. RGB value is (101,128,206). Sum of RGB (Red+Green+Blue) = 101+128+206=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #6580CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580CE is #9A7F31. Grayscale: #808080. Windows color (decimal): -10125106 or 13533285. OLE color: 13533285.

HSL color Cylindrical-coordinate representation of color #6580CE: hue angle of 224.57º 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 #6580CE is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 128 206 -
CMYK 0.51 0.38 0 0.19
HSL 224.57º 0.52% 0.6% -
HSV(B) 224.57º 0.51% 0.81% -
XYZ 24.23 22.66 61.49 -
YUV 128.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 101 128 206 0.51 0.38 0 0.19 224.57 0.52 0.6
Hex 65 80 CE 33 26 0 13 E1 34 3C
Octal 145 200 316 63 46 0 23 341 64 74
Binary 1100101 10000000 11001110 110011 100110 0 10011 11100001 110100 111100

Color Harmonies of #6580CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6580CE

Black with #6580CE

Text Example


Text Example

White with #6580CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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