Html Css Color HEX #706586 Kimberly

📋 copy color: '#706586'

red 112 ◦ green 101 ◦ blue 134

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

Shades of Kimberly #706586

Tints of Kimberly #706586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.11%

 BLUE value IS 134 (52.73% from 255) = 38.62%

R = 32.28%
G = 29.11%
B = 38.62%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#706586 (or 0x706586) is known color: Kimberly. HEX triplet: 70, 65 and 86. RGB value is (112,101,134). Sum of RGB (Red+Green+Blue) = 112+101+134=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 134 - color contains mainly: blue. Hex color #706586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706586 is #8F9A79. Grayscale: #6B6B6B. Windows color (decimal): -9411194 or 8807792. OLE color: 8807792.

HSL color Cylindrical-coordinate representation of color #706586: hue angle of 260º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706586 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 101 134 -
CMYK 0.16 0.25 0 0.47
HSL 260º 0.14% 0.46% -
HSV(B) 260º 0.25% 0.53% -
XYZ 15.64 14.47 24.52 -
YUV 108.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 112 101 134 0.16 0.25 0 0.47 260 0.14 0.46
Hex 70 65 86 10 19 0 2F 104 E 2E
Octal 160 145 206 20 31 0 57 404 16 56
Binary 1110000 1100101 10000110 10000 11001 0 101111 100000100 1110 101110

Color Harmonies of #706586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706586

Black with #706586

Text Example


Text Example

White with #706586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706586; }

 p { color: rgb(112,101,134); }

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

background-color css

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

 a { background-color: rgb(112,101,134); }

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

border-color css

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

 span { border-color: rgb(112,101,134); }

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