#066D88

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

Shades of Allports #066D88

Tints of Allports #066D88

Color information

#066D88 (or 0x066D88) is unknown color: approx Allports. HEX triplet: 06, 6D and 88. RGB value is (6,109,136). Sum of RGB (Red+Green+Blue) = 6+109+136=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #066D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066D88 is #F99277. Grayscale: #515151. Windows color (decimal): -16355960 or 8940806. OLE color: 8940806.

HSL color Cylindrical-coordinate representation of color #066D88: hue angle of 192.46º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066D88 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6109136-
CMYK0.960.2000.47
HSL192.46º91.55%27.84%-
HSV(B)192.46º95.59%53.33%-
XYZ9.9912.7525.23-
YUV81.28158.8874.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.39%
GREEN value IS 109 (42.97% from 255) = 43.43%
BLUE value IS 136 (53.52% from 255) = 54.18%
R=2.39%
G=43.43%
B=54.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61091360.960.2000.47192.4691.5527.84
Hex66D88601402Fc05c1c
Octal61552101402405730013434
Binary110110110110001000110000010100010111111000000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,109,136); }

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

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

 a { background-color: rgb(6,109,136); }

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

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

 span { border-color: rgb(6,109,136); }

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