Html Css Color HEX #06526D Blue Lagoon

📋 copy color: '#06526D'

red 6 ◦ green 82 ◦ blue 109

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

Shades of Blue Lagoon #06526D

Tints of Blue Lagoon #06526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.62%

 BLUE value IS 109 (42.97% from 255) = 55.33%

R = 3.05%
G = 41.62%
B = 55.33%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06526D (or 0x06526D) is known color: Blue Lagoon. HEX triplet: 06, 52 and 6D. RGB value is (6,82,109). Sum of RGB (Red+Green+Blue) = 6+82+109=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #06526D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06526D is #F9AD92. Grayscale: #3E3E3E. Windows color (decimal): -16362899 or 7164422. OLE color: 7164422.

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

Color convert

RGB 6 82 109 -
CMYK 0.94 0.25 0 0.57
HSL 195.73º 0.9% 0.23% -
HSV(B) 195.73º 0.94% 0.43% -
XYZ 5.85 7.18 15.54 -
YUV 62.35 154.32 87.8 -
System Red Green Blue C M Y K H S L
Decimal 6 82 109 0.94 0.25 0 0.57 195.73 0.9 0.23
Hex 6 52 6D 5E 19 0 39 C4 5A 17
Octal 6 122 155 136 31 0 71 304 132 27
Binary 110 1010010 1101101 1011110 11001 0 111001 11000100 1011010 10111

Color Harmonies of #06526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06526D

Black with #06526D

Text Example


Text Example

White with #06526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06526D; }

 p { color: rgb(6,82,109); }

 H1.HeaderClassName
 {
   color: #06526D;
 }
 .AnyTagClassName
 {
   color: #06526D;
 }
</style>

background-color css

<style>
 a { background-color: #06526D; }

 a { background-color: rgb(6,82,109); }

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

border-color css

<style>
 span { border-color: #06526D; }

 span { border-color: rgb(6,82,109); }

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