Html Css Color HEX #6580CD Havelock Blue

📋 copy color: '#6580CD'

red 101 ◦ green 128 ◦ blue 205

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

Shades of Havelock Blue #6580CD

Tints of Havelock Blue #6580CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 23.27%
G = 29.49%
B = 47.24%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6580CD (or 0x6580CD) is known color: Havelock Blue. HEX triplet: 65, 80 and CD. RGB value is (101,128,205). Sum of RGB (Red+Green+Blue) = 101+128+205=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #6580CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580CD is #9A7F32. Grayscale: #808080. Windows color (decimal): -10125107 or 13467749. OLE color: 13467749.

HSL color Cylindrical-coordinate representation of color #6580CD: hue angle of 224.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6580CD is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 128 205 -
CMYK 0.51 0.38 0 0.20
HSL 224.42º 0.51% 0.6% -
HSV(B) 224.42º 0.51% 0.8% -
XYZ 24.11 22.61 60.85 -
YUV 128.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 101 128 205 0.51 0.38 0 0.20 224.42 0.51 0.6
Hex 65 80 CD 33 26 0 14 E0 33 3C
Octal 145 200 315 63 46 0 24 340 63 74
Binary 1100101 10000000 11001101 110011 100110 0 10100 11100000 110011 111100

Color Harmonies of #6580CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6580CD

Black with #6580CD

Text Example


Text Example

White with #6580CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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