#6780CB

Color #6780CB Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #6780CB

Tints of Havelock Blue #6780CB

Color information

#6780CB (or 0x6780CB) is unknown color: approx Havelock Blue. HEX triplet: 67, 80 and CB. RGB value is (103,128,203). Sum of RGB (Red+Green+Blue) = 103+128+203=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #6780CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6780CB is #987F34. Grayscale: #808080. Windows color (decimal): -9994037 or 13336679. OLE color: 13336679.

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

Color convert

RGB103128203-
CMYK0.490.3700.20
HSL225º49.02%60%-
HSV(B)225º49.26%79.61%-
XYZ24.0922.6359.6-
YUV129.07169.72109.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.73%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 203 (79.69% from 255) = 46.77%
R=23.73%
G=29.49%
B=46.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031282030.490.3700.2022549.0260
Hex6780CB3125014e1313c
Octal14720031361450243416174
Binary1100111100000001100101111000110010101010011100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6780CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6780CB; }

 p { color: rgb(103,128,203); }

 H1.HeaderClassName
 {
   color: #6780CB;
 }
 .AnyTagClassName
 {
   color: #6780CB;
 }
</style>
background-color css

<style>
 a { background-color: #6780CB; }

 a { background-color: rgb(103,128,203); }

 div.DivClassName
 {
   background-color: #6780CB;
 }
 .BgClassName
 {
   background-color: #6780CB;
 }
</style>
border-color css

<style>
 span { border-color: #6780CB; }

 span { border-color: rgb(103,128,203); }

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