Html Css Color HEX #706881 Kimberly

📋 copy color: '#706881'

red 112 ◦ green 104 ◦ blue 129

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

Shades of Kimberly #706881

Tints of Kimberly #706881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.39%

R = 32.46%
G = 30.14%
B = 37.39%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#706881 (or 0x706881) is known color: Kimberly. HEX triplet: 70, 68 and 81. RGB value is (112,104,129). Sum of RGB (Red+Green+Blue) = 112+104+129=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 129 - color contains mainly: blue. Hex color #706881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706881 is #8F977E. Grayscale: #6D6D6D. Windows color (decimal): -9410431 or 8480880. OLE color: 8480880.

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

Color convert

RGB 112 104 129 -
CMYK 0.13 0.19 0 0.49
HSL 259.2º 0.11% 0.46% -
HSV(B) 259.2º 0.19% 0.51% -
XYZ 15.59 14.93 22.83 -
YUV 109.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 112 104 129 0.13 0.19 0 0.49 259.2 0.11 0.46
Hex 70 68 81 D 13 0 31 103 B 2E
Octal 160 150 201 15 23 0 61 403 13 56
Binary 1110000 1101000 10000001 1101 10011 0 110001 100000011 1011 101110

Color Harmonies of #706881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706881

Black with #706881

Text Example


Text Example

White with #706881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706881; }

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

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

background-color css

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

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

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

border-color css

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

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

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