#6781d0

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

Shades of Havelock Blue #6781D0

Tints of Havelock Blue #6781D0

Color information

#6781D0 (or 0x6781D0) is unknown color: approx Havelock Blue. HEX triplet: 67, 81 and D0. RGB value is (103,129,208). Sum of RGB (Red+Green+Blue) = 103+129+208=440 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.41% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #6781D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6781D0 is #987E2F. Grayscale: #818181. Windows color (decimal): -9993776 or 13664615. OLE color: 13664615.

HSL color Cylindrical-coordinate representation of color #6781D0: hue angle of 225.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6781D0 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB103129208-
CMYK0.500.3800.18
HSL225.14º52.76%60.98%-
HSV(B)225.14º50.48%81.57%-
XYZ24.8323.1462.83-
YUV130.23171.89108.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.41%
GREEN value IS 129 (50.78% from 255) = 29.32%
BLUE value IS 208 (81.64% from 255) = 47.27%
R=23.41%
G=29.32%
B=47.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1031292080.500.3800.18225.1452.7660.98
Hex6781D03226012e1353d
Octal14720132062460223416575
Binary1100111100000011101000011001010011001001011100001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6781d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6781d0; }

 p { color: rgb(103,129,208); }

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

<style>
 a { background-color: #6781d0; }

 a { background-color: rgb(103,129,208); }

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

<style>
 span { border-color: #6781d0; }

 span { border-color: rgb(103,129,208); }

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