Html Css Color HEX #706090 Kimberly

📋 copy color: '#706090'

red 112 ◦ green 96 ◦ blue 144

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

Shades of Kimberly #706090

Tints of Kimberly #706090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 31.82%
G = 27.27%
B = 40.91%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#706090 (or 0x706090) is known color: Kimberly. HEX triplet: 70, 60 and 90. RGB value is (112,96,144). Sum of RGB (Red+Green+Blue) = 112+96+144=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #706090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706090 is #8F9F6F. Grayscale: #6A6A6A. Windows color (decimal): -9412464 or 9461872. OLE color: 9461872.

HSL color Cylindrical-coordinate representation of color #706090: hue angle of 260º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706090 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 96 144 -
CMYK 0.22 0.33 0 0.44
HSL 260º 0.2% 0.47% -
HSV(B) 260º 0.33% 0.56% -
XYZ 15.9 13.82 28.22 -
YUV 106.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 112 96 144 0.22 0.33 0 0.44 260 0.2 0.47
Hex 70 60 90 16 21 0 2C 104 14 2F
Octal 160 140 220 26 41 0 54 404 24 57
Binary 1110000 1100000 10010000 10110 100001 0 101100 100000100 10100 101111

Color Harmonies of #706090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706090

Black with #706090

Text Example


Text Example

White with #706090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706090; }

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

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

background-color css

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

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

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

border-color css

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

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

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