Html Css Color HEX #706584 Kimberly

📋 copy color: '#706584'

red 112 ◦ green 101 ◦ blue 132

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

Shades of Kimberly #706584

Tints of Kimberly #706584

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.28%

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

R = 32.46%
G = 29.28%
B = 38.26%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706584 (or 0x706584) is known color: Kimberly. HEX triplet: 70, 65 and 84. RGB value is (112,101,132). Sum of RGB (Red+Green+Blue) = 112+101+132=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #706584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706584 is #8F9A7B. Grayscale: #6B6B6B. Windows color (decimal): -9411196 or 8676720. OLE color: 8676720.

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

Color convert

RGB 112 101 132 -
CMYK 0.15 0.23 0 0.48
HSL 261.29º 0.13% 0.46% -
HSV(B) 261.29º 0.23% 0.52% -
XYZ 15.5 14.42 23.8 -
YUV 107.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 112 101 132 0.15 0.23 0 0.48 261.29 0.13 0.46
Hex 70 65 84 F 17 0 30 105 D 2E
Octal 160 145 204 17 27 0 60 405 15 56
Binary 1110000 1100101 10000100 1111 10111 0 110000 100000101 1101 101110

Color Harmonies of #706584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706584

Black with #706584

Text Example


Text Example

White with #706584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706584; }

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

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

background-color css

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

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

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

border-color css

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

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

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