Html Css Color HEX #706189 Kimberly

📋 copy color: '#706189'

red 112 ◦ green 97 ◦ blue 137

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

Shades of Kimberly #706189

Tints of Kimberly #706189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 32.37%
G = 28.03%
B = 39.6%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#706189 (or 0x706189) is known color: Kimberly. HEX triplet: 70, 61 and 89. RGB value is (112,97,137). Sum of RGB (Red+Green+Blue) = 112+97+137=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #706189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706189 is #8F9E76. Grayscale: #696969. Windows color (decimal): -9412215 or 9003376. OLE color: 9003376.

HSL color Cylindrical-coordinate representation of color #706189: hue angle of 262.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #706189 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 97 137 -
CMYK 0.18 0.29 0 0.46
HSL 262.5º 0.17% 0.46% -
HSV(B) 262.5º 0.29% 0.54% -
XYZ 15.47 13.8 25.52 -
YUV 106.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 112 97 137 0.18 0.29 0 0.46 262.5 0.17 0.46
Hex 70 61 89 12 1D 0 2E 106 11 2E
Octal 160 141 211 22 35 0 56 406 21 56
Binary 1110000 1100001 10001001 10010 11101 0 101110 100000110 10001 101110

Color Harmonies of #706189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706189

Black with #706189

Text Example


Text Example

White with #706189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706189; }

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

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

background-color css

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

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

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

border-color css

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

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

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