Html Css Color HEX #706687 Kimberly

📋 copy color: '#706687'

red 112 ◦ green 102 ◦ blue 135

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

Shades of Kimberly #706687

Tints of Kimberly #706687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

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

R = 32.09%
G = 29.23%
B = 38.68%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#706687 (or 0x706687) is known color: Kimberly. HEX triplet: 70, 66 and 87. RGB value is (112,102,135). Sum of RGB (Red+Green+Blue) = 112+102+135=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 135 - color contains mainly: blue. Hex color #706687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706687 is #8F9978. Grayscale: #6C6C6C. Windows color (decimal): -9410937 or 8873584. OLE color: 8873584.

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

Color convert

RGB 112 102 135 -
CMYK 0.17 0.24 0 0.47
HSL 258.18º 0.14% 0.46% -
HSV(B) 258.18º 0.24% 0.53% -
XYZ 15.81 14.7 24.93 -
YUV 108.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 112 102 135 0.17 0.24 0 0.47 258.18 0.14 0.46
Hex 70 66 87 11 18 0 2F 102 E 2E
Octal 160 146 207 21 30 0 57 402 16 56
Binary 1110000 1100110 10000111 10001 11000 0 101111 100000010 1110 101110

Color Harmonies of #706687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706687

Black with #706687

Text Example


Text Example

White with #706687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706687; }

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

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

background-color css

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

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

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

border-color css

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

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

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