Html Css Color HEX #70638A Kimberly

📋 copy color: '#70638A'

red 112 ◦ green 99 ◦ blue 138

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

Shades of Kimberly #70638A

Tints of Kimberly #70638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

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

R = 32.09%
G = 28.37%
B = 39.54%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#70638A (or 0x70638A) is known color: Kimberly. HEX triplet: 70, 63 and 8A. RGB value is (112,99,138). Sum of RGB (Red+Green+Blue) = 112+99+138=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #70638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70638A is #8F9C75. Grayscale: #6B6B6B. Windows color (decimal): -9411702 or 9069424. OLE color: 9069424.

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

Color convert

RGB 112 99 138 -
CMYK 0.19 0.28 0 0.46
HSL 260º 0.16% 0.46% -
HSV(B) 260º 0.28% 0.54% -
XYZ 15.73 14.2 25.96 -
YUV 107.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 112 99 138 0.19 0.28 0 0.46 260 0.16 0.46
Hex 70 63 8A 13 1C 0 2E 104 10 2E
Octal 160 143 212 23 34 0 56 404 20 56
Binary 1110000 1100011 10001010 10011 11100 0 101110 100000100 10000 101110

Color Harmonies of #70638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70638A

Black with #70638A

Text Example


Text Example

White with #70638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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