#06506E

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

Shades of Blue Lagoon #06506E

Tints of Blue Lagoon #06506E

Color information

#06506E (or 0x06506E) is unknown color: approx Blue Lagoon. HEX triplet: 06, 50 and 6E. RGB value is (6,80,110). Sum of RGB (Red+Green+Blue) = 6+80+110=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #06506E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06506E is #F9AF91. Grayscale: #3D3D3D. Windows color (decimal): -16363410 or 7229446. OLE color: 7229446.

HSL color Cylindrical-coordinate representation of color #06506E: hue angle of 197.31º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06506E is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB680110-
CMYK0.950.2700.57
HSL197.31º89.66%22.75%-
HSV(B)197.31º94.55%43.14%-
XYZ5.766.915.78-
YUV61.29155.4888.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 110 (43.36% from 255) = 56.12%
R=3.06%
G=40.82%
B=56.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6801100.950.2700.57197.3189.6622.75
Hex6506E5F1B039c55a17
Octal61201561373307130513227
Binary11010100001101110101111111011011100111000101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06506E; }

 p { color: rgb(6,80,110); }

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

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

 a { background-color: rgb(6,80,110); }

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

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

 span { border-color: rgb(6,80,110); }

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