Html Css Color HEX #065575 Blue Lagoon

📋 copy color: '#065575'

red 6 ◦ green 85 ◦ blue 117

#065575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #065575

Tints of Blue Lagoon #065575

RGB

 RED value IS 6 (2.73% from 255) = 2.88%

 GREEN value IS 85 (33.59% from 255) = 40.87%

 BLUE value IS 117 (46.09% from 255) = 56.25%

R = 2.88%
G = 40.87%
B = 56.25%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#065575 (or 0x065575) is known color: Blue Lagoon. HEX triplet: 06, 55 and 75. RGB value is (6,85,117). Sum of RGB (Red+Green+Blue) = 6+85+117=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #065575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065575 is #F9AA8A. Grayscale: #404040. Windows color (decimal): -16362123 or 7689478. OLE color: 7689478.

HSL color Cylindrical-coordinate representation of color #065575: hue angle of 197.3º 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 #065575 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 85 117 -
CMYK 0.95 0.27 0 0.54
HSL 197.3º 0.9% 0.24% -
HSV(B) 197.3º 0.95% 0.46% -
XYZ 6.53 7.82 17.99 -
YUV 65.03 157.33 85.9 -
System Red Green Blue C M Y K H S L
Decimal 6 85 117 0.95 0.27 0 0.54 197.3 0.9 0.24
Hex 6 55 75 5F 1B 0 36 C5 5A 18
Octal 6 125 165 137 33 0 66 305 132 30
Binary 110 1010101 1110101 1011111 11011 0 110110 11000101 1011010 11000

Color Harmonies of #065575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065575

Black with #065575

Text Example


Text Example

White with #065575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065575; }

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

 H1.HeaderClassName
 {
   color: #065575;
 }
 .AnyTagClassName
 {
   color: #065575;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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