Html Css Color HEX #6580BC Havelock Blue

📋 copy color: '#6580BC'

red 101 ◦ green 128 ◦ blue 188

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

Shades of Havelock Blue #6580BC

Tints of Havelock Blue #6580BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 24.22%
G = 30.7%
B = 45.08%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6580BC (or 0x6580BC) is known color: Havelock Blue. HEX triplet: 65, 80 and BC. RGB value is (101,128,188). Sum of RGB (Red+Green+Blue) = 101+128+188=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #6580BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580BC is #9A7F43. Grayscale: #7E7E7E. Windows color (decimal): -10125124 or 12353637. OLE color: 12353637.

HSL color Cylindrical-coordinate representation of color #6580BC: hue angle of 221.38º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6580BC is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 128 188 -
CMYK 0.46 0.32 0 0.26
HSL 221.38º 0.39% 0.57% -
HSV(B) 221.38º 0.46% 0.74% -
XYZ 22.16 21.84 50.62 -
YUV 126.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 101 128 188 0.46 0.32 0 0.26 221.38 0.39 0.57
Hex 65 80 BC 2E 20 0 1A DD 27 39
Octal 145 200 274 56 40 0 32 335 47 71
Binary 1100101 10000000 10111100 101110 100000 0 11010 11011101 100111 111001

Color Harmonies of #6580BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6580BC

Black with #6580BC

Text Example


Text Example

White with #6580BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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