Html Css Color HEX #706980 Kimberly

📋 copy color: '#706980'

red 112 ◦ green 105 ◦ blue 128

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

Shades of Kimberly #706980

Tints of Kimberly #706980

RGB

 RED value IS 112 (44.14% from 255) = 32.46%

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

 BLUE value IS 128 (50.39% from 255) = 37.1%

R = 32.46%
G = 30.43%
B = 37.1%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#706980 (or 0x706980) is known color: Kimberly. HEX triplet: 70, 69 and 80. RGB value is (112,105,128). Sum of RGB (Red+Green+Blue) = 112+105+128=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 128 - color contains mainly: blue. Hex color #706980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706980 is #8F967F. Grayscale: #6D6D6D. Windows color (decimal): -9410176 or 8415600. OLE color: 8415600.

HSL color Cylindrical-coordinate representation of color #706980: hue angle of 258.26º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #706980 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 105 128 -
CMYK 0.12 0.18 0 0.50
HSL 258.26º 0.1% 0.46% -
HSV(B) 258.26º 0.18% 0.5% -
XYZ 15.63 15.11 22.51 -
YUV 109.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 112 105 128 0.12 0.18 0 0.50 258.26 0.1 0.46
Hex 70 69 80 C 12 0 32 102 A 2E
Octal 160 151 200 14 22 0 62 402 12 56
Binary 1110000 1101001 10000000 1100 10010 0 110010 100000010 1010 101110

Color Harmonies of #706980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706980

Black with #706980

Text Example


Text Example

White with #706980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706980; }

 p { color: rgb(112,105,128); }

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

background-color css

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

 a { background-color: rgb(112,105,128); }

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

border-color css

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

 span { border-color: rgb(112,105,128); }

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