Html Css Color HEX #065E66 Blue Lagoon

📋 copy color: '#065E66'

red 6 ◦ green 94 ◦ blue 102

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

Shades of Blue Lagoon #065E66

Tints of Blue Lagoon #065E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.5%

R = 2.97%
G = 46.53%
B = 50.5%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#065E66 (or 0x065E66) is known color: Blue Lagoon. HEX triplet: 06, 5E and 66. RGB value is (6,94,102). Sum of RGB (Red+Green+Blue) = 6+94+102=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #065E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065E66 is #F9A199. Grayscale: #444444. Windows color (decimal): -16359834 or 6708742. OLE color: 6708742.

HSL color Cylindrical-coordinate representation of color #065E66: hue angle of 185º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065E66 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 6 94 102 -
CMYK 0.94 0.08 0 0.6
HSL 185º 0.89% 0.21% -
HSV(B) 185º 0.94% 0.4% -
XYZ 6.48 9 13.97 -
YUV 68.6 146.85 83.35 -
System Red Green Blue C M Y K H S L
Decimal 6 94 102 0.94 0.08 0 0.6 185 0.89 0.21
Hex 6 5E 66 5E 8 0 3C B9 59 15
Octal 6 136 146 136 10 0 74 271 131 25
Binary 110 1011110 1100110 1011110 1000 0 111100 10111001 1011001 10101

Color Harmonies of #065E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065E66

Black with #065E66

Text Example


Text Example

White with #065E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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