Html Css Color HEX #706486 Kimberly

📋 copy color: '#706486'

red 112 ◦ green 100 ◦ blue 134

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

Shades of Kimberly #706486

Tints of Kimberly #706486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.9%

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

R = 32.37%
G = 28.9%
B = 38.73%

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

#706486 (or 0x706486) is known color: Kimberly. HEX triplet: 70, 64 and 86. RGB value is (112,100,134). Sum of RGB (Red+Green+Blue) = 112+100+134=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 134 - color contains mainly: blue. Hex color #706486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706486 is #8F9B79. Grayscale: #6B6B6B. Windows color (decimal): -9411450 or 8807536. OLE color: 8807536.

HSL color Cylindrical-coordinate representation of color #706486: hue angle of 261.18º degrees, saturation: 0.15, 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 #706486 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 100 134 -
CMYK 0.16 0.25 0 0.47
HSL 261.18º 0.15% 0.46% -
HSV(B) 261.18º 0.25% 0.53% -
XYZ 15.54 14.28 24.49 -
YUV 107.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 112 100 134 0.16 0.25 0 0.47 261.18 0.15 0.46
Hex 70 64 86 10 19 0 2F 105 F 2E
Octal 160 144 206 20 31 0 57 405 17 56
Binary 1110000 1100100 10000110 10000 11001 0 101111 100000101 1111 101110

Color Harmonies of #706486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706486

Black with #706486

Text Example


Text Example

White with #706486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706486; }

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

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

background-color css

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

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

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

border-color css

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

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

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