Html Css Color HEX #065D6F Blue Lagoon

📋 copy color: '#065D6F'

red 6 ◦ green 93 ◦ blue 111

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

Shades of Blue Lagoon #065D6F

Tints of Blue Lagoon #065D6F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.29%

 BLUE value IS 111 (43.75% from 255) = 52.86%

R = 2.86%
G = 44.29%
B = 52.86%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065D6F (or 0x065D6F) is known color: Blue Lagoon. HEX triplet: 06, 5D and 6F. RGB value is (6,93,111). Sum of RGB (Red+Green+Blue) = 6+93+111=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #065D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D6F is #F9A290. Grayscale: #444444. Windows color (decimal): -16360081 or 7298310. OLE color: 7298310.

HSL color Cylindrical-coordinate representation of color #065D6F: hue angle of 190.29º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065D6F is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 93 111 -
CMYK 0.95 0.16 0 0.56
HSL 190.29º 0.9% 0.23% -
HSV(B) 190.29º 0.95% 0.44% -
XYZ 6.86 9.02 16.42 -
YUV 69.04 151.68 83.04 -
System Red Green Blue C M Y K H S L
Decimal 6 93 111 0.95 0.16 0 0.56 190.29 0.9 0.23
Hex 6 5D 6F 5F 10 0 38 BE 5A 17
Octal 6 135 157 137 20 0 70 276 132 27
Binary 110 1011101 1101111 1011111 10000 0 111000 10111110 1011010 10111

Color Harmonies of #065D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065D6F

Black with #065D6F

Text Example


Text Example

White with #065D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,93,111); }

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

background-color css

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

 a { background-color: rgb(6,93,111); }

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

border-color css

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

 span { border-color: rgb(6,93,111); }

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