Html Css Color HEX #706187 Kimberly

📋 copy color: '#706187'

red 112 ◦ green 97 ◦ blue 135

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

Shades of Kimberly #706187

Tints of Kimberly #706187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.24%

R = 32.56%
G = 28.2%
B = 39.24%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#706187 (or 0x706187) is known color: Kimberly. HEX triplet: 70, 61 and 87. RGB value is (112,97,135). Sum of RGB (Red+Green+Blue) = 112+97+135=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #706187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706187 is #8F9E78. Grayscale: #696969. Windows color (decimal): -9412217 or 8872304. OLE color: 8872304.

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

Color convert

RGB 112 97 135 -
CMYK 0.17 0.28 0 0.47
HSL 263.68º 0.16% 0.45% -
HSV(B) 263.68º 0.28% 0.53% -
XYZ 15.33 13.74 24.77 -
YUV 105.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 112 97 135 0.17 0.28 0 0.47 263.68 0.16 0.45
Hex 70 61 87 11 1C 0 2F 108 10 2D
Octal 160 141 207 21 34 0 57 410 20 55
Binary 1110000 1100001 10000111 10001 11100 0 101111 100001000 10000 101101

Color Harmonies of #706187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706187

Black with #706187

Text Example


Text Example

White with #706187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706187; }

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

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

background-color css

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

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

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

border-color css

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

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

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