Html Css Color HEX #70648C Kimberly

📋 copy color: '#70648C'

red 112 ◦ green 100 ◦ blue 140

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

Shades of Kimberly #70648C

Tints of Kimberly #70648C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.77%

R = 31.82%
G = 28.41%
B = 39.77%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70648C (or 0x70648C) is known color: Kimberly. HEX triplet: 70, 64 and 8C. RGB value is (112,100,140). Sum of RGB (Red+Green+Blue) = 112+100+140=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #70648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70648C is #8F9B73. Grayscale: #6C6C6C. Windows color (decimal): -9411444 or 9200752. OLE color: 9200752.

HSL color Cylindrical-coordinate representation of color #70648C: hue angle of 258º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70648C is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 100 140 -
CMYK 0.20 0.29 0 0.45
HSL 258º 0.17% 0.47% -
HSV(B) 258º 0.29% 0.55% -
XYZ 15.97 14.45 26.76 -
YUV 108.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 112 100 140 0.20 0.29 0 0.45 258 0.17 0.47
Hex 70 64 8C 14 1D 0 2D 102 11 2F
Octal 160 144 214 24 35 0 55 402 21 57
Binary 1110000 1100100 10001100 10100 11101 0 101101 100000010 10001 101111

Color Harmonies of #70648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70648C

Black with #70648C

Text Example


Text Example

White with #70648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70648C; }

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

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

background-color css

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

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

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

border-color css

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

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

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