Html Css Color HEX #706989 Kimberly

📋 copy color: '#706989'

red 112 ◦ green 105 ◦ blue 137

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

Shades of Kimberly #706989

Tints of Kimberly #706989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

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

R = 31.64%
G = 29.66%
B = 38.7%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#706989 (or 0x706989) is known color: Kimberly. HEX triplet: 70, 69 and 89. RGB value is (112,105,137). Sum of RGB (Red+Green+Blue) = 112+105+137=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #706989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706989 is #8F9676. Grayscale: #6E6E6E. Windows color (decimal): -9410167 or 9005424. OLE color: 9005424.

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

Color convert

RGB 112 105 137 -
CMYK 0.18 0.23 0 0.46
HSL 253.13º 0.13% 0.47% -
HSV(B) 253.13º 0.23% 0.54% -
XYZ 16.25 15.35 25.77 -
YUV 110.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 112 105 137 0.18 0.23 0 0.46 253.13 0.13 0.47
Hex 70 69 89 12 17 0 2E FD D 2F
Octal 160 151 211 22 27 0 56 375 15 57
Binary 1110000 1101001 10001001 10010 10111 0 101110 11111101 1101 101111

Color Harmonies of #706989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706989

Black with #706989

Text Example


Text Example

White with #706989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706989; }

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

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

background-color css

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

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

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

border-color css

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

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

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