#6883CB

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

Shades of Havelock Blue #6883CB

Tints of Havelock Blue #6883CB

Color information

#6883CB (or 0x6883CB) is unknown color: approx Havelock Blue. HEX triplet: 68, 83 and CB. RGB value is (104,131,203). Sum of RGB (Red+Green+Blue) = 104+131+203=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #6883CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6883CB is #977C34. Grayscale: #828282. Windows color (decimal): -9927733 or 13337448. OLE color: 13337448.

HSL color Cylindrical-coordinate representation of color #6883CB: hue angle of 223.64º 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 #6883CB is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104131203-
CMYK0.490.3500.20
HSL223.64º48.77%60.2%-
HSV(B)223.64º48.77%79.61%-
XYZ24.623.4959.74-
YUV131.14168.55108.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.74%
GREEN value IS 131 (51.56% from 255) = 29.91%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=23.74%
G=29.91%
B=46.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041312030.490.3500.20223.6448.7760.2
Hex6883CB3123014e0313c
Octal15020331361430243406174
Binary1101000100000111100101111000110001101010011100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6883CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,131,203); }

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

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

 a { background-color: rgb(104,131,203); }

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

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

 span { border-color: rgb(104,131,203); }

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