Html Css Color HEX #706084 Kimberly

📋 copy color: '#706084'

red 112 ◦ green 96 ◦ blue 132

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

Shades of Kimberly #706084

Tints of Kimberly #706084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.24%

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

R = 32.94%
G = 28.24%
B = 38.82%

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

#706084 (or 0x706084) is known color: Kimberly. HEX triplet: 70, 60 and 84. RGB value is (112,96,132). Sum of RGB (Red+Green+Blue) = 112+96+132=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #706084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706084 is #8F9F7B. Grayscale: #686868. Windows color (decimal): -9412476 or 8675440. OLE color: 8675440.

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

Color convert

RGB 112 96 132 -
CMYK 0.15 0.27 0 0.48
HSL 266.67º 0.16% 0.45% -
HSV(B) 266.67º 0.27% 0.52% -
XYZ 15.03 13.48 23.64 -
YUV 104.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 112 96 132 0.15 0.27 0 0.48 266.67 0.16 0.45
Hex 70 60 84 F 1B 0 30 10B 10 2D
Octal 160 140 204 17 33 0 60 413 20 55
Binary 1110000 1100000 10000100 1111 11011 0 110000 100001011 10000 101101

Color Harmonies of #706084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706084

Black with #706084

Text Example


Text Example

White with #706084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706084; }

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

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

background-color css

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

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

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

border-color css

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

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

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