Html Css Color HEX #20699C Lochmara

📋 copy color: '#20699C'

red 32 ◦ green 105 ◦ blue 156

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

Shades of Lochmara #20699C

Tints of Lochmara #20699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.84%

 BLUE value IS 156 (61.33% from 255) = 53.24%

R = 10.92%
G = 35.84%
B = 53.24%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20699C (or 0x20699C) is known color: Lochmara. HEX triplet: 20, 69 and 9C. RGB value is (32,105,156). Sum of RGB (Red+Green+Blue) = 32+105+156=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #20699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20699C is #DF9663. Grayscale: #585858. Windows color (decimal): -14653028 or 10250528. OLE color: 10250528.

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

Color convert

RGB 32 105 156 -
CMYK 0.79 0.33 0 0.39
HSL 204.68º 0.66% 0.37% -
HSV(B) 204.68º 0.79% 0.61% -
XYZ 11.65 12.81 33.31 -
YUV 88.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 32 105 156 0.79 0.33 0 0.39 204.68 0.66 0.37
Hex 20 69 9C 4F 21 0 27 CD 42 25
Octal 40 151 234 117 41 0 47 315 102 45
Binary 100000 1101001 10011100 1001111 100001 0 100111 11001101 1000010 100101

Color Harmonies of #20699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20699C

Black with #20699C

Text Example


Text Example

White with #20699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20699C; }

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

 H1.HeaderClassName
 {
   color: #20699C;
 }
 .AnyTagClassName
 {
   color: #20699C;
 }
</style>

background-color css

<style>
 a { background-color: #20699C; }

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

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

border-color css

<style>
 span { border-color: #20699C; }

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

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