#066B89

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

Shades of Allports #066B89

Tints of Allports #066B89

Color information

#066B89 (or 0x066B89) is unknown color: approx Allports. HEX triplet: 06, 6B and 89. RGB value is (6,107,137). Sum of RGB (Red+Green+Blue) = 6+107+137=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #066B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066B89 is #F99476. Grayscale: #505050. Windows color (decimal): -16356471 or 9005830. OLE color: 9005830.

HSL color Cylindrical-coordinate representation of color #066B89: hue angle of 193.74º 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 #066B89 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6107137-
CMYK0.960.2200.46
HSL193.74º91.61%28.04%-
HSV(B)193.74º95.62%53.73%-
XYZ9.8512.3625.53-
YUV80.22160.0475.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.4%
GREEN value IS 107 (42.19% from 255) = 42.8%
BLUE value IS 137 (53.91% from 255) = 54.8%
R=2.4%
G=42.8%
B=54.8%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61071370.960.2200.46193.7491.6128.04
Hex66B89601602Ec25c1c
Octal61532111402605630213434
Binary110110101110001001110000010110010111011000010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066B89; }

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

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

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

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

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

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

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

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