#206A9B

Color #206A9B Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #206A9B

Tints of Lochmara #206A9B

Color information

#206A9B (or 0x206A9B) is unknown color: approx Lochmara. HEX triplet: 20, 6A and 9B. RGB value is (32,106,155). Sum of RGB (Red+Green+Blue) = 32+106+155=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #206A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206A9B is #DF9564. Grayscale: #595959. Windows color (decimal): -14652773 or 10185248. OLE color: 10185248.

HSL color Cylindrical-coordinate representation of color #206A9B: hue angle of 203.9º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #206A9B is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB32106155-
CMYK0.790.3200.39
HSL203.9º65.78%36.67%-
HSV(B)203.9º79.35%60.78%-
XYZ11.6712.9832.9-
YUV89.46164.9887.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.92%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=10.92%
G=36.18%
B=52.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321061550.790.3200.39203.965.7836.67
Hex206A9B4F20027cc4225
Octal401522331174004731410245
Binary10000011010101001101110011111000000100111110011001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206A9B; }

 p { color: rgb(32,106,155); }

 H1.HeaderClassName
 {
   color: #206A9B;
 }
 .AnyTagClassName
 {
   color: #206A9B;
 }
</style>
background-color css

<style>
 a { background-color: #206A9B; }

 a { background-color: rgb(32,106,155); }

 div.DivClassName
 {
   background-color: #206A9B;
 }
 .BgClassName
 {
   background-color: #206A9B;
 }
</style>
border-color css

<style>
 span { border-color: #206A9B; }

 span { border-color: rgb(32,106,155); }

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