Html Css Color HEX #065E75 Blue Lagoon

📋 copy color: '#065E75'

red 6 ◦ green 94 ◦ blue 117

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

Shades of Blue Lagoon #065E75

Tints of Blue Lagoon #065E75

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.32%

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

R = 2.76%
G = 43.32%
B = 53.92%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#065E75 (or 0x065E75) is known color: Blue Lagoon. HEX triplet: 06, 5E and 75. RGB value is (6,94,117). Sum of RGB (Red+Green+Blue) = 6+94+117=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #065E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065E75 is #F9A18A. Grayscale: #464646. Windows color (decimal): -16359819 or 7691782. OLE color: 7691782.

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

Color convert

RGB 6 94 117 -
CMYK 0.95 0.20 0 0.54
HSL 192.43º 0.9% 0.24% -
HSV(B) 192.43º 0.95% 0.46% -
XYZ 7.29 9.33 18.25 -
YUV 70.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 6 94 117 0.95 0.20 0 0.54 192.43 0.9 0.24
Hex 6 5E 75 5F 14 0 36 C0 5A 18
Octal 6 136 165 137 24 0 66 300 132 30
Binary 110 1011110 1110101 1011111 10100 0 110110 11000000 1011010 11000

Color Harmonies of #065E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065E75

Black with #065E75

Text Example


Text Example

White with #065E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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