Html Css Color HEX #70658A Kimberly

📋 copy color: '#70658A'

red 112 ◦ green 101 ◦ blue 138

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

Shades of Kimberly #70658A

Tints of Kimberly #70658A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

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

R = 31.91%
G = 28.77%
B = 39.32%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#70658A (or 0x70658A) is known color: Kimberly. HEX triplet: 70, 65 and 8A. RGB value is (112,101,138). Sum of RGB (Red+Green+Blue) = 112+101+138=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #70658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70658A is #8F9A75. Grayscale: #6C6C6C. Windows color (decimal): -9411190 or 9069936. OLE color: 9069936.

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

Color convert

RGB 112 101 138 -
CMYK 0.19 0.27 0 0.46
HSL 257.84º 0.15% 0.47% -
HSV(B) 257.84º 0.27% 0.54% -
XYZ 15.92 14.59 26.02 -
YUV 108.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 112 101 138 0.19 0.27 0 0.46 257.84 0.15 0.47
Hex 70 65 8A 13 1B 0 2E 102 F 2F
Octal 160 145 212 23 33 0 56 402 17 57
Binary 1110000 1100101 10001010 10011 11011 0 101110 100000010 1111 101111

Color Harmonies of #70658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70658A

Black with #70658A

Text Example


Text Example

White with #70658A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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