Html Css Color HEX #70608E Kimberly

📋 copy color: '#70608E'

red 112 ◦ green 96 ◦ blue 142

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

Shades of Kimberly #70608E

Tints of Kimberly #70608E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 32%
G = 27.43%
B = 40.57%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70608E (or 0x70608E) is known color: Kimberly. HEX triplet: 70, 60 and 8E. RGB value is (112,96,142). Sum of RGB (Red+Green+Blue) = 112+96+142=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #70608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70608E is #8F9F71. Grayscale: #696969. Windows color (decimal): -9412466 or 9330800. OLE color: 9330800.

HSL color Cylindrical-coordinate representation of color #70608E: hue angle of 260.87º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70608E is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 96 142 -
CMYK 0.21 0.32 0 0.44
HSL 260.87º 0.19% 0.47% -
HSV(B) 260.87º 0.32% 0.56% -
XYZ 15.75 13.76 27.42 -
YUV 106.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 112 96 142 0.21 0.32 0 0.44 260.87 0.19 0.47
Hex 70 60 8E 15 20 0 2C 105 13 2F
Octal 160 140 216 25 40 0 54 405 23 57
Binary 1110000 1100000 10001110 10101 100000 0 101100 100000101 10011 101111

Color Harmonies of #70608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70608E

Black with #70608E

Text Example


Text Example

White with #70608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70608E; }

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

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

background-color css

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

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

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

border-color css

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

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

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