#06607A

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

Shades of Blue Lagoon #06607A

Tints of Blue Lagoon #06607A

Color information

#06607A (or 0x06607A) is unknown color: approx Blue Lagoon. HEX triplet: 06, 60 and 7A. RGB value is (6,96,122). Sum of RGB (Red+Green+Blue) = 6+96+122=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #06607A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06607A is #F99F85. Grayscale: #474747. Windows color (decimal): -16359302 or 8019974. OLE color: 8019974.

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

Color convert

RGB696122-
CMYK0.950.2100.52
HSL193.45º90.62%25.1%-
HSV(B)193.45º95.08%47.84%-
XYZ7.779.8119.9-
YUV72.05156.1880.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.68%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 122 (48.05% from 255) = 54.46%
R=2.68%
G=42.86%
B=54.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6961220.950.2100.52193.4590.6225.1
Hex6607A5F15034c15b19
Octal61401721372506430113331
Binary11011000001111010101111110101011010011000001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06607A; }

 p { color: rgb(6,96,122); }

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

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

 a { background-color: rgb(6,96,122); }

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

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

 span { border-color: rgb(6,96,122); }

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