Html Css Color HEX #706491 Kimberly

📋 copy color: '#706491'

red 112 ◦ green 100 ◦ blue 145

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

Shades of Kimberly #706491

Tints of Kimberly #706491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.62%

R = 31.37%
G = 28.01%
B = 40.62%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#706491 (or 0x706491) is known color: Kimberly. HEX triplet: 70, 64 and 91. RGB value is (112,100,145). Sum of RGB (Red+Green+Blue) = 112+100+145=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #706491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706491 is #8F9B6E. Grayscale: #6C6C6C. Windows color (decimal): -9411439 or 9528432. OLE color: 9528432.

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

Color convert

RGB 112 100 145 -
CMYK 0.23 0.31 0 0.43
HSL 256º 0.18% 0.48% -
HSV(B) 256º 0.31% 0.57% -
XYZ 16.35 14.6 28.75 -
YUV 108.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 112 100 145 0.23 0.31 0 0.43 256 0.18 0.48
Hex 70 64 91 17 1F 0 2B 100 12 30
Octal 160 144 221 27 37 0 53 400 22 60
Binary 1110000 1100100 10010001 10111 11111 0 101011 100000000 10010 110000

Color Harmonies of #706491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706491

Black with #706491

Text Example


Text Example

White with #706491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706491; }

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

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

background-color css

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

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

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

border-color css

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

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

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