Html Css Color HEX #70698C Kimberly

📋 copy color: '#70698C'

red 112 ◦ green 105 ◦ blue 140

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

Shades of Kimberly #70698C

Tints of Kimberly #70698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.41%

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

R = 31.37%
G = 29.41%
B = 39.22%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70698C (or 0x70698C) is known color: Kimberly. HEX triplet: 70, 69 and 8C. RGB value is (112,105,140). Sum of RGB (Red+Green+Blue) = 112+105+140=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #70698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70698C is #8F9673. Grayscale: #6E6E6E. Windows color (decimal): -9410164 or 9202032. OLE color: 9202032.

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

Color convert

RGB 112 105 140 -
CMYK 0.20 0.25 0 0.45
HSL 252º 0.14% 0.48% -
HSV(B) 252º 0.25% 0.55% -
XYZ 16.47 15.44 26.92 -
YUV 111.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 112 105 140 0.20 0.25 0 0.45 252 0.14 0.48
Hex 70 69 8C 14 19 0 2D FC E 30
Octal 160 151 214 24 31 0 55 374 16 60
Binary 1110000 1101001 10001100 10100 11001 0 101101 11111100 1110 110000

Color Harmonies of #70698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70698C

Black with #70698C

Text Example


Text Example

White with #70698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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