#066889

Color #066889 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #066889

Tints of Allports #066889

Color information

#066889 (or 0x066889) is unknown color: approx Allports. HEX triplet: 06, 68 and 89. RGB value is (6,104,137). Sum of RGB (Red+Green+Blue) = 6+104+137=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #066889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066889 is #F99776. Grayscale: #4E4E4E. Windows color (decimal): -16357239 or 9005062. OLE color: 9005062.

HSL color Cylindrical-coordinate representation of color #066889: hue angle of 195.11º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066889 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6104137-
CMYK0.960.2400.46
HSL195.11º91.61%28.04%-
HSV(B)195.11º95.62%53.73%-
XYZ9.5411.7525.43-
YUV78.46161.0376.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.43%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 137 (53.91% from 255) = 55.47%
R=2.43%
G=42.11%
B=55.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61041370.960.2400.46195.1191.6128.04
Hex66889601802Ec35c1c
Octal61502111403005630313434
Binary110110100010001001110000011000010111011000011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066889; }

 p { color: rgb(6,104,137); }

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

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

 a { background-color: rgb(6,104,137); }

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

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

 span { border-color: rgb(6,104,137); }

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