Html Css Color HEX #065B6F Blue Lagoon

📋 copy color: '#065B6F'

red 6 ◦ green 91 ◦ blue 111

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

Shades of Blue Lagoon #065B6F

Tints of Blue Lagoon #065B6F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.75%

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

R = 2.88%
G = 43.75%
B = 53.37%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#065B6F (or 0x065B6F) is known color: Blue Lagoon. HEX triplet: 06, 5B and 6F. RGB value is (6,91,111). Sum of RGB (Red+Green+Blue) = 6+91+111=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #065B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B6F is #F9A490. Grayscale: #434343. Windows color (decimal): -16360593 or 7297798. OLE color: 7297798.

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

Color convert

RGB 6 91 111 -
CMYK 0.95 0.18 0 0.56
HSL 191.43º 0.9% 0.23% -
HSV(B) 191.43º 0.95% 0.44% -
XYZ 6.69 8.67 16.36 -
YUV 67.87 152.34 83.87 -
System Red Green Blue C M Y K H S L
Decimal 6 91 111 0.95 0.18 0 0.56 191.43 0.9 0.23
Hex 6 5B 6F 5F 12 0 38 BF 5A 17
Octal 6 133 157 137 22 0 70 277 132 27
Binary 110 1011011 1101111 1011111 10010 0 111000 10111111 1011010 10111

Color Harmonies of #065B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065B6F

Black with #065B6F

Text Example


Text Example

White with #065B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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