#206f9c

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

Shades of Lochmara #206F9C

Tints of Lochmara #206F9C

Color information

#206F9C (or 0x206F9C) is unknown color: approx Lochmara. HEX triplet: 20, 6F and 9C. RGB value is (32,111,156). Sum of RGB (Red+Green+Blue) = 32+111+156=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #206F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206F9C is #DF9063. Grayscale: #5C5C5C. Windows color (decimal): -14651492 or 10252064. OLE color: 10252064.

HSL color Cylindrical-coordinate representation of color #206F9C: hue angle of 201.77º 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 #206F9C is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB32111156-
CMYK0.790.2900.39
HSL201.77º65.96%36.86%-
HSV(B)201.77º79.49%61.18%-
XYZ12.2814.0833.52-
YUV92.51163.8384.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.70%
GREEN value IS 111 (43.75% from 255) = 37.12%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=10.70%
G=37.12%
B=52.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321111560.790.2900.39201.7765.9636.86
Hex206F9C4F1D027ca4225
Octal401572341173504731210245
Binary1000001101111100111001001111111010100111110010101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206f9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,111,156); }

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

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

 a { background-color: rgb(32,111,156); }

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

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

 span { border-color: rgb(32,111,156); }

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