Html Css Color HEX #06536A Blue Lagoon

📋 copy color: '#06536A'

red 6 ◦ green 83 ◦ blue 106

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

Shades of Blue Lagoon #06536A

Tints of Blue Lagoon #06536A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 54.36%

R = 3.08%
G = 42.56%
B = 54.36%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06536A (or 0x06536A) is known color: Blue Lagoon. HEX triplet: 06, 53 and 6A. RGB value is (6,83,106). Sum of RGB (Red+Green+Blue) = 6+83+106=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #06536A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06536A is #F9AC95. Grayscale: #3E3E3E. Windows color (decimal): -16362646 or 6968070. OLE color: 6968070.

HSL color Cylindrical-coordinate representation of color #06536A: hue angle of 193.8º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06536A is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 83 106 -
CMYK 0.94 0.22 0 0.58
HSL 193.8º 0.89% 0.22% -
HSV(B) 193.8º 0.94% 0.42% -
XYZ 5.77 7.27 14.73 -
YUV 62.6 152.49 87.63 -
System Red Green Blue C M Y K H S L
Decimal 6 83 106 0.94 0.22 0 0.58 193.8 0.89 0.22
Hex 6 53 6A 5E 16 0 3A C2 59 16
Octal 6 123 152 136 26 0 72 302 131 26
Binary 110 1010011 1101010 1011110 10110 0 111010 11000010 1011001 10110

Color Harmonies of #06536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06536A

Black with #06536A

Text Example


Text Example

White with #06536A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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