#066883

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

Shades of Blue Lagoon #066883

Tints of Blue Lagoon #066883

Color information

#066883 (or 0x066883) is unknown color: approx Blue Lagoon. HEX triplet: 06, 68 and 83. RGB value is (6,104,131). Sum of RGB (Red+Green+Blue) = 6+104+131=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #066883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066883 is #F9977C. Grayscale: #4D4D4D. Windows color (decimal): -16357245 or 8611846. OLE color: 8611846.

HSL color Cylindrical-coordinate representation of color #066883: hue angle of 192.96º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066883 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6104131-
CMYK0.950.2100.49
HSL192.96º91.24%26.86%-
HSV(B)192.96º95.42%51.37%-
XYZ9.1211.5823.23-
YUV77.78158.0376.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.49%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 131 (51.56% from 255) = 54.36%
R=2.49%
G=43.15%
B=54.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61041310.950.2100.49192.9691.2426.86
Hex668835F15031c15b1b
Octal61502031372506130113333
Binary110110100010000011101111110101011000111000001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066883; }

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

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

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

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

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

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

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

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