#066C85

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

Shades of Blue Lagoon #066C85

Tints of Blue Lagoon #066C85

Color information

#066C85 (or 0x066C85) is unknown color: approx Blue Lagoon. HEX triplet: 06, 6C and 85. RGB value is (6,108,133). Sum of RGB (Red+Green+Blue) = 6+108+133=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #066C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066C85 is #F9937A. Grayscale: #505050. Windows color (decimal): -16356219 or 8743942. OLE color: 8743942.

HSL color Cylindrical-coordinate representation of color #066C85: hue angle of 191.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066C85 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6108133-
CMYK0.950.1900.48
HSL191.81º91.37%27.25%-
HSV(B)191.81º95.49%52.16%-
XYZ9.6712.4624.09-
YUV80.35157.7174.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.43%
GREEN value IS 108 (42.58% from 255) = 43.72%
BLUE value IS 133 (52.34% from 255) = 53.85%
R=2.43%
G=43.72%
B=53.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61081330.950.1900.48191.8191.3727.25
Hex66C855F13030c05b1b
Octal61542051372306030013333
Binary110110110010000101101111110011011000011000000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,108,133); }

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

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

 a { background-color: rgb(6,108,133); }

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

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

 span { border-color: rgb(6,108,133); }

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