Html Css Color HEX #706085 Kimberly

📋 copy color: '#706085'

red 112 ◦ green 96 ◦ blue 133

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

Shades of Kimberly #706085

Tints of Kimberly #706085

RGB

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

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

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

R = 32.84%
G = 28.15%
B = 39%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706085 (or 0x706085) is known color: Kimberly. HEX triplet: 70, 60 and 85. RGB value is (112,96,133). Sum of RGB (Red+Green+Blue) = 112+96+133=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #706085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706085 is #8F9F7A. Grayscale: #686868. Windows color (decimal): -9412475 or 8740976. OLE color: 8740976.

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

Color convert

RGB 112 96 133 -
CMYK 0.16 0.28 0 0.48
HSL 265.95º 0.16% 0.45% -
HSV(B) 265.95º 0.28% 0.52% -
XYZ 15.1 13.5 24 -
YUV 105 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 112 96 133 0.16 0.28 0 0.48 265.95 0.16 0.45
Hex 70 60 85 10 1C 0 30 10A 10 2D
Octal 160 140 205 20 34 0 60 412 20 55
Binary 1110000 1100000 10000101 10000 11100 0 110000 100001010 10000 101101

Color Harmonies of #706085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706085

Black with #706085

Text Example


Text Example

White with #706085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706085; }

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

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

background-color css

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

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

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

border-color css

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

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

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