Html Css Color HEX #706984 Kimberly

📋 copy color: '#706984'

red 112 ◦ green 105 ◦ blue 132

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

Shades of Kimberly #706984

Tints of Kimberly #706984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.82%

R = 32.09%
G = 30.09%
B = 37.82%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706984 (or 0x706984) is known color: Kimberly. HEX triplet: 70, 69 and 84. RGB value is (112,105,132). Sum of RGB (Red+Green+Blue) = 112+105+132=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #706984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706984 is #8F967B. Grayscale: #6E6E6E. Windows color (decimal): -9410172 or 8677744. OLE color: 8677744.

HSL color Cylindrical-coordinate representation of color #706984: hue angle of 255.56º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #706984 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 105 132 -
CMYK 0.15 0.20 0 0.48
HSL 255.56º 0.11% 0.46% -
HSV(B) 255.56º 0.2% 0.52% -
XYZ 15.9 15.21 23.93 -
YUV 110.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 112 105 132 0.15 0.20 0 0.48 255.56 0.11 0.46
Hex 70 69 84 F 14 0 30 100 B 2E
Octal 160 151 204 17 24 0 60 400 13 56
Binary 1110000 1101001 10000100 1111 10100 0 110000 100000000 1011 101110

Color Harmonies of #706984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706984

Black with #706984

Text Example


Text Example

White with #706984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706984; }

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

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

background-color css

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

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

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

border-color css

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

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

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