Html Css Color HEX #06536F Blue Lagoon

📋 copy color: '#06536F'

red 6 ◦ green 83 ◦ blue 111

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

Shades of Blue Lagoon #06536F

Tints of Blue Lagoon #06536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.5%

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

R = 3%
G = 41.5%
B = 55.5%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#06536F (or 0x06536F) is known color: Blue Lagoon. HEX triplet: 06, 53 and 6F. RGB value is (6,83,111). Sum of RGB (Red+Green+Blue) = 6+83+111=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #06536F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06536F is #F9AC90. Grayscale: #3E3E3E. Windows color (decimal): -16362641 or 7295750. OLE color: 7295750.

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

Color convert

RGB 6 83 111 -
CMYK 0.95 0.25 0 0.56
HSL 196º 0.9% 0.23% -
HSV(B) 196º 0.95% 0.44% -
XYZ 6.04 7.37 16.14 -
YUV 63.17 154.99 87.22 -
System Red Green Blue C M Y K H S L
Decimal 6 83 111 0.95 0.25 0 0.56 196 0.9 0.23
Hex 6 53 6F 5F 19 0 38 C4 5A 17
Octal 6 123 157 137 31 0 70 304 132 27
Binary 110 1010011 1101111 1011111 11001 0 111000 11000100 1011010 10111

Color Harmonies of #06536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06536F

Black with #06536F

Text Example


Text Example

White with #06536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06536F; }

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

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

background-color css

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

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

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

border-color css

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

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

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