Html Css Color HEX #706A8B Kimberly

📋 copy color: '#706A8B'

red 112 ◦ green 106 ◦ blue 139

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

Shades of Kimberly #706A8B

Tints of Kimberly #706A8B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

 BLUE value IS 139 (54.69% from 255) = 38.94%

R = 31.37%
G = 29.69%
B = 38.94%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#706A8B (or 0x706A8B) is known color: Kimberly. HEX triplet: 70, 6A and 8B. RGB value is (112,106,139). Sum of RGB (Red+Green+Blue) = 112+106+139=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #706A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706A8B is #8F9574. Grayscale: #6F6F6F. Windows color (decimal): -9409909 or 9136752. OLE color: 9136752.

HSL color Cylindrical-coordinate representation of color #706A8B: hue angle of 250.91º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #706A8B is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 106 139 -
CMYK 0.19 0.24 0 0.45
HSL 250.91º 0.13% 0.48% -
HSV(B) 250.91º 0.24% 0.55% -
XYZ 16.5 15.62 26.57 -
YUV 111.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 112 106 139 0.19 0.24 0 0.45 250.91 0.13 0.48
Hex 70 6A 8B 13 18 0 2D FB D 30
Octal 160 152 213 23 30 0 55 373 15 60
Binary 1110000 1101010 10001011 10011 11000 0 101101 11111011 1101 110000

Color Harmonies of #706A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A8B

Black with #706A8B

Text Example


Text Example

White with #706A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706A8B; }

 p { color: rgb(112,106,139); }

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

background-color css

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

 a { background-color: rgb(112,106,139); }

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

border-color css

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

 span { border-color: rgb(112,106,139); }

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