Html Css Color HEX #706884 Kimberly

📋 copy color: '#706884'

red 112 ◦ green 104 ◦ blue 132

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

Shades of Kimberly #706884

Tints of Kimberly #706884

RGB

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

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

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

R = 32.18%
G = 29.89%
B = 37.93%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706884 (or 0x706884) is known color: Kimberly. HEX triplet: 70, 68 and 84. RGB value is (112,104,132). Sum of RGB (Red+Green+Blue) = 112+104+132=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: blue. Hex color #706884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706884 is #8F977B. Grayscale: #6D6D6D. Windows color (decimal): -9410428 or 8677488. OLE color: 8677488.

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

Color convert

RGB 112 104 132 -
CMYK 0.15 0.21 0 0.48
HSL 257.14º 0.12% 0.46% -
HSV(B) 257.14º 0.21% 0.52% -
XYZ 15.8 15.01 23.89 -
YUV 109.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 112 104 132 0.15 0.21 0 0.48 257.14 0.12 0.46
Hex 70 68 84 F 15 0 30 101 C 2E
Octal 160 150 204 17 25 0 60 401 14 56
Binary 1110000 1101000 10000100 1111 10101 0 110000 100000001 1100 101110

Color Harmonies of #706884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706884

Black with #706884

Text Example


Text Example

White with #706884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706884; }

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

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

background-color css

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

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

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

border-color css

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

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

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