Html Css Color HEX #206C99 Lochmara

📋 copy color: '#206C99'

red 32 ◦ green 108 ◦ blue 153

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

Shades of Lochmara #206C99

Tints of Lochmara #206C99

RGB

 RED value IS 32 (12.89% from 255) = 10.92%

 GREEN value IS 108 (42.58% from 255) = 36.86%

 BLUE value IS 153 (60.16% from 255) = 52.22%

R = 10.92%
G = 36.86%
B = 52.22%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#206C99 (or 0x206C99) is known color: Lochmara. HEX triplet: 20, 6C and 99. RGB value is (32,108,153). Sum of RGB (Red+Green+Blue) = 32+108+153=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #206C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206C99 is #DF9366. Grayscale: #5A5A5A. Windows color (decimal): -14652263 or 10054688. OLE color: 10054688.

HSL color Cylindrical-coordinate representation of color #206C99: hue angle of 202.31º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #206C99 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 108 153 -
CMYK 0.79 0.29 0 0.4
HSL 202.31º 0.65% 0.36% -
HSV(B) 202.31º 0.79% 0.6% -
XYZ 11.71 13.33 32.09 -
YUV 90.41 163.32 86.34 -
System Red Green Blue C M Y K H S L
Decimal 32 108 153 0.79 0.29 0 0.4 202.31 0.65 0.36
Hex 20 6C 99 4F 1D 0 28 CA 41 24
Octal 40 154 231 117 35 0 50 312 101 44
Binary 100000 1101100 10011001 1001111 11101 0 101000 11001010 1000001 100100

Color Harmonies of #206C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206C99

Black with #206C99

Text Example


Text Example

White with #206C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,108,153); }

 H1.HeaderClassName
 {
   color: #206C99;
 }
 .AnyTagClassName
 {
   color: #206C99;
 }
</style>

background-color css

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

 a { background-color: rgb(32,108,153); }

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

border-color css

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

 span { border-color: rgb(32,108,153); }

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