Html Css Color HEX #706585 Kimberly

📋 copy color: '#706585'

red 112 ◦ green 101 ◦ blue 133

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

Shades of Kimberly #706585

Tints of Kimberly #706585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.44%

R = 32.37%
G = 29.19%
B = 38.44%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706585 (or 0x706585) is known color: Kimberly. HEX triplet: 70, 65 and 85. RGB value is (112,101,133). Sum of RGB (Red+Green+Blue) = 112+101+133=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #706585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706585 is #8F9A7A. Grayscale: #6B6B6B. Windows color (decimal): -9411195 or 8742256. OLE color: 8742256.

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

Color convert

RGB 112 101 133 -
CMYK 0.16 0.24 0 0.48
HSL 260.63º 0.14% 0.46% -
HSV(B) 260.63º 0.24% 0.52% -
XYZ 15.57 14.45 24.16 -
YUV 107.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 112 101 133 0.16 0.24 0 0.48 260.63 0.14 0.46
Hex 70 65 85 10 18 0 30 105 E 2E
Octal 160 145 205 20 30 0 60 405 16 56
Binary 1110000 1100101 10000101 10000 11000 0 110000 100000101 1110 101110

Color Harmonies of #706585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706585

Black with #706585

Text Example


Text Example

White with #706585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706585; }

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

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

background-color css

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

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

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

border-color css

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

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

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