Html Css Color HEX #706C8A Kimberly

📋 copy color: '#706C8A'

red 112 ◦ green 108 ◦ blue 138

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

Shades of Kimberly #706C8A

Tints of Kimberly #706C8A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

 BLUE value IS 138 (54.3% from 255) = 38.55%

R = 31.28%
G = 30.17%
B = 38.55%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#706C8A (or 0x706C8A) is known color: Kimberly. HEX triplet: 70, 6C and 8A. RGB value is (112,108,138). Sum of RGB (Red+Green+Blue) = 112+108+138=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #706C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706C8A is #8F9375. Grayscale: #707070. Windows color (decimal): -9409398 or 9071728. OLE color: 9071728.

HSL color Cylindrical-coordinate representation of color #706C8A: hue angle of 248º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #706C8A is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 108 138 -
CMYK 0.19 0.22 0 0.46
HSL 248º 0.12% 0.48% -
HSV(B) 248º 0.22% 0.54% -
XYZ 16.63 16 26.26 -
YUV 112.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 112 108 138 0.19 0.22 0 0.46 248 0.12 0.48
Hex 70 6C 8A 13 16 0 2E F8 C 30
Octal 160 154 212 23 26 0 56 370 14 60
Binary 1110000 1101100 10001010 10011 10110 0 101110 11111000 1100 110000

Color Harmonies of #706C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C8A

Black with #706C8A

Text Example


Text Example

White with #706C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,108,138); }

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

background-color css

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

 a { background-color: rgb(112,108,138); }

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

border-color css

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

 span { border-color: rgb(112,108,138); }

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