Html Css Color HEX #706286 Kimberly

📋 copy color: '#706286'

red 112 ◦ green 98 ◦ blue 134

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

Shades of Kimberly #706286

Tints of Kimberly #706286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.49%

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

R = 32.56%
G = 28.49%
B = 38.95%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#706286 (or 0x706286) is known color: Kimberly. HEX triplet: 70, 62 and 86. RGB value is (112,98,134). Sum of RGB (Red+Green+Blue) = 112+98+134=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #706286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706286 is #8F9D79. Grayscale: #6A6A6A. Windows color (decimal): -9411962 or 8807024. OLE color: 8807024.

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

Color convert

RGB 112 98 134 -
CMYK 0.16 0.27 0 0.47
HSL 263.33º 0.16% 0.45% -
HSV(B) 263.33º 0.27% 0.53% -
XYZ 15.35 13.9 24.43 -
YUV 106.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 112 98 134 0.16 0.27 0 0.47 263.33 0.16 0.45
Hex 70 62 86 10 1B 0 2F 107 10 2D
Octal 160 142 206 20 33 0 57 407 20 55
Binary 1110000 1100010 10000110 10000 11011 0 101111 100000111 10000 101101

Color Harmonies of #706286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706286

Black with #706286

Text Example


Text Example

White with #706286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706286; }

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

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

background-color css

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

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

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

border-color css

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

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

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