#065875

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

Shades of Blue Lagoon #065875

Tints of Blue Lagoon #065875

Color information

#065875 (or 0x065875) is unknown color: approx Blue Lagoon. HEX triplet: 06, 58 and 75. RGB value is (6,88,117). Sum of RGB (Red+Green+Blue) = 6+88+117=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #065875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065875 is #F9A78A. Grayscale: #424242. Windows color (decimal): -16361355 or 7690246. OLE color: 7690246.

HSL color Cylindrical-coordinate representation of color #065875: hue angle of 195.68º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065875 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB688117-
CMYK0.950.2500.54
HSL195.68º90.24%24.12%-
HSV(B)195.68º94.87%45.88%-
XYZ6.788.318.08-
YUV66.79156.3384.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 88 (34.77% from 255) = 41.71%
BLUE value IS 117 (46.09% from 255) = 55.45%
R=2.84%
G=41.71%
B=55.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6881170.950.2500.54195.6890.2424.12
Hex658755F19036c45a18
Octal61301651373106630413230
Binary11010110001110101101111111001011011011000100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065875; }

 p { color: rgb(6,88,117); }

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

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

 a { background-color: rgb(6,88,117); }

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

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

 span { border-color: rgb(6,88,117); }

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