Html Css Color HEX #706882 Kimberly

📋 copy color: '#706882'

red 112 ◦ green 104 ◦ blue 130

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

Shades of Kimberly #706882

Tints of Kimberly #706882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 32.37%
G = 30.06%
B = 37.57%

CMYK

 C value IS 0.14

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#706882 (or 0x706882) is known color: Kimberly. HEX triplet: 70, 68 and 82. RGB value is (112,104,130). Sum of RGB (Red+Green+Blue) = 112+104+130=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #706882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706882 is #8F977D. Grayscale: #6D6D6D. Windows color (decimal): -9410430 or 8546416. OLE color: 8546416.

HSL color Cylindrical-coordinate representation of color #706882: hue angle of 258.46º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #706882 is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 104 130 -
CMYK 0.14 0.2 0 0.49
HSL 258.46º 0.11% 0.46% -
HSV(B) 258.46º 0.2% 0.51% -
XYZ 15.66 14.96 23.18 -
YUV 109.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 112 104 130 0.14 0.2 0 0.49 258.46 0.11 0.46
Hex 70 68 82 E 14 0 31 102 B 2E
Octal 160 150 202 16 24 0 61 402 13 56
Binary 1110000 1101000 10000010 1110 10100 0 110001 100000010 1011 101110

Color Harmonies of #706882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706882

Black with #706882

Text Example


Text Example

White with #706882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706882; }

 p { color: rgb(112,104,130); }

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

background-color css

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

 a { background-color: rgb(112,104,130); }

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

border-color css

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

 span { border-color: rgb(112,104,130); }

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