Html Css Color HEX #06536E Blue Lagoon

📋 copy color: '#06536E'

red 6 ◦ green 83 ◦ blue 110

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

Shades of Blue Lagoon #06536E

Tints of Blue Lagoon #06536E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 55.28%

R = 3.02%
G = 41.71%
B = 55.28%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06536E (or 0x06536E) is known color: Blue Lagoon. HEX triplet: 06, 53 and 6E. RGB value is (6,83,110). Sum of RGB (Red+Green+Blue) = 6+83+110=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #06536E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06536E is #F9AC91. Grayscale: #3E3E3E. Windows color (decimal): -16362642 or 7230214. OLE color: 7230214.

HSL color Cylindrical-coordinate representation of color #06536E: hue angle of 195.58º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06536E is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 83 110 -
CMYK 0.95 0.25 0 0.57
HSL 195.58º 0.9% 0.23% -
HSV(B) 195.58º 0.95% 0.43% -
XYZ 5.98 7.35 15.86 -
YUV 63.06 154.49 87.3 -
System Red Green Blue C M Y K H S L
Decimal 6 83 110 0.95 0.25 0 0.57 195.58 0.9 0.23
Hex 6 53 6E 5F 19 0 39 C4 5A 17
Octal 6 123 156 137 31 0 71 304 132 27
Binary 110 1010011 1101110 1011111 11001 0 111001 11000100 1011010 10111

Color Harmonies of #06536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06536E

Black with #06536E

Text Example


Text Example

White with #06536E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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