Html Css Color HEX #706184 Kimberly

📋 copy color: '#706184'

red 112 ◦ green 97 ◦ blue 132

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

Shades of Kimberly #706184

Tints of Kimberly #706184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.45%

 BLUE value IS 132 (51.95% from 255) = 38.71%

R = 32.84%
G = 28.45%
B = 38.71%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706184 (or 0x706184) is known color: Kimberly. HEX triplet: 70, 61 and 84. RGB value is (112,97,132). Sum of RGB (Red+Green+Blue) = 112+97+132=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #706184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706184 is #8F9E7B. Grayscale: #696969. Windows color (decimal): -9412220 or 8675696. OLE color: 8675696.

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

Color convert

RGB 112 97 132 -
CMYK 0.15 0.27 0 0.48
HSL 265.71º 0.15% 0.45% -
HSV(B) 265.71º 0.27% 0.52% -
XYZ 15.12 13.66 23.67 -
YUV 105.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 112 97 132 0.15 0.27 0 0.48 265.71 0.15 0.45
Hex 70 61 84 F 1B 0 30 10A F 2D
Octal 160 141 204 17 33 0 60 412 17 55
Binary 1110000 1100001 10000100 1111 11011 0 110000 100001010 1111 101101

Color Harmonies of #706184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706184

Black with #706184

Text Example


Text Example

White with #706184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706184; }

 p { color: rgb(112,97,132); }

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

background-color css

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

 a { background-color: rgb(112,97,132); }

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

border-color css

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

 span { border-color: rgb(112,97,132); }

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