Html Css Color HEX #70618A Kimberly

📋 copy color: '#70618A'

red 112 ◦ green 97 ◦ blue 138

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

Shades of Kimberly #70618A

Tints of Kimberly #70618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 138 (54.3% from 255) = 39.77%

R = 32.28%
G = 27.95%
B = 39.77%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#70618A (or 0x70618A) is known color: Kimberly. HEX triplet: 70, 61 and 8A. RGB value is (112,97,138). Sum of RGB (Red+Green+Blue) = 112+97+138=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #70618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70618A is #8F9E75. Grayscale: #6A6A6A. Windows color (decimal): -9412214 or 9068912. OLE color: 9068912.

HSL color Cylindrical-coordinate representation of color #70618A: hue angle of 261.95º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70618A is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 97 138 -
CMYK 0.19 0.30 0 0.46
HSL 261.95º 0.17% 0.46% -
HSV(B) 261.95º 0.3% 0.54% -
XYZ 15.54 13.83 25.89 -
YUV 106.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 112 97 138 0.19 0.30 0 0.46 261.95 0.17 0.46
Hex 70 61 8A 13 1E 0 2E 106 11 2E
Octal 160 141 212 23 36 0 56 406 21 56
Binary 1110000 1100001 10001010 10011 11110 0 101110 100000110 10001 101110

Color Harmonies of #70618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70618A

Black with #70618A

Text Example


Text Example

White with #70618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70618A; }

 p { color: rgb(112,97,138); }

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

background-color css

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

 a { background-color: rgb(112,97,138); }

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

border-color css

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

 span { border-color: rgb(112,97,138); }

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