Html Css Color HEX #706490 Kimberly

📋 copy color: '#706490'

red 112 ◦ green 100 ◦ blue 144

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

Shades of Kimberly #706490

Tints of Kimberly #706490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.09%

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

R = 31.46%
G = 28.09%
B = 40.45%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#706490 (or 0x706490) is known color: Kimberly. HEX triplet: 70, 64 and 90. RGB value is (112,100,144). Sum of RGB (Red+Green+Blue) = 112+100+144=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #706490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706490 is #8F9B6F. Grayscale: #6C6C6C. Windows color (decimal): -9411440 or 9462896. OLE color: 9462896.

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

Color convert

RGB 112 100 144 -
CMYK 0.22 0.31 0 0.44
HSL 256.36º 0.18% 0.48% -
HSV(B) 256.36º 0.31% 0.56% -
XYZ 16.27 14.57 28.34 -
YUV 108.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 112 100 144 0.22 0.31 0 0.44 256.36 0.18 0.48
Hex 70 64 90 16 1F 0 2C 100 12 30
Octal 160 144 220 26 37 0 54 400 22 60
Binary 1110000 1100100 10010000 10110 11111 0 101100 100000000 10010 110000

Color Harmonies of #706490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706490

Black with #706490

Text Example


Text Example

White with #706490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706490; }

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

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

background-color css

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

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

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

border-color css

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

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

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