Html Css Color HEX #06546B Blue Lagoon

📋 copy color: '#06546B'

red 6 ◦ green 84 ◦ blue 107

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

Shades of Blue Lagoon #06546B

Tints of Blue Lagoon #06546B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.64%

 BLUE value IS 107 (42.19% from 255) = 54.31%

R = 3.05%
G = 42.64%
B = 54.31%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06546B (or 0x06546B) is known color: Blue Lagoon. HEX triplet: 06, 54 and 6B. RGB value is (6,84,107). Sum of RGB (Red+Green+Blue) = 6+84+107=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #06546B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06546B is #F9AB94. Grayscale: #3F3F3F. Windows color (decimal): -16362389 or 7033862. OLE color: 7033862.

HSL color Cylindrical-coordinate representation of color #06546B: hue angle of 193.66º 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 #06546B is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 84 107 -
CMYK 0.94 0.21 0 0.58
HSL 193.66º 0.89% 0.22% -
HSV(B) 193.66º 0.94% 0.42% -
XYZ 5.9 7.44 15.04 -
YUV 63.3 152.66 87.13 -
System Red Green Blue C M Y K H S L
Decimal 6 84 107 0.94 0.21 0 0.58 193.66 0.89 0.22
Hex 6 54 6B 5E 15 0 3A C2 59 16
Octal 6 124 153 136 25 0 72 302 131 26
Binary 110 1010100 1101011 1011110 10101 0 111010 11000010 1011001 10110

Color Harmonies of #06546B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06546B

Black with #06546B

Text Example


Text Example

White with #06546B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06546B; }

 p { color: rgb(6,84,107); }

 H1.HeaderClassName
 {
   color: #06546B;
 }
 .AnyTagClassName
 {
   color: #06546B;
 }
</style>

background-color css

<style>
 a { background-color: #06546B; }

 a { background-color: rgb(6,84,107); }

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

border-color css

<style>
 span { border-color: #06546B; }

 span { border-color: rgb(6,84,107); }

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