#065C6E

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

Shades of Blue Lagoon #065C6E

Tints of Blue Lagoon #065C6E

Color information

#065C6E (or 0x065C6E) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5C and 6E. RGB value is (6,92,110). Sum of RGB (Red+Green+Blue) = 6+92+110=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #065C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C6E is #F9A391. Grayscale: #444444. Windows color (decimal): -16360338 or 7232518. OLE color: 7232518.

HSL color Cylindrical-coordinate representation of color #065C6E: hue angle of 190.38º 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 #065C6E is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB692110-
CMYK0.950.1600.57
HSL190.38º89.66%22.75%-
HSV(B)190.38º94.55%43.14%-
XYZ6.728.8216.1-
YUV68.34151.5183.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 92 (36.33% from 255) = 44.23%
BLUE value IS 110 (43.36% from 255) = 52.88%
R=2.88%
G=44.23%
B=52.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6921100.950.1600.57190.3889.6622.75
Hex65C6E5F10039be5a17
Octal61341561372007127613227
Binary11010111001101110101111110000011100110111110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065C6E; }

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

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

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

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

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

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

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

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