#70698D

Color #70698D Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #70698D

Tints of Kimberly #70698D

Color information

#70698D (or 0x70698D) is unknown color: approx Kimberly. HEX triplet: 70, 69 and 8D. RGB value is (112,105,141). Sum of RGB (Red+Green+Blue) = 112+105+141=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #70698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70698D is #8F9672. Grayscale: #6F6F6F. Windows color (decimal): -9410163 or 9267568. OLE color: 9267568.

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

Color convert

RGB112105141-
CMYK0.210.2600.45
HSL251.67º14.63%48.24%-
HSV(B)251.67º25.53%55.29%-
XYZ16.5415.4727.31-
YUV111.2144.82128.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.28%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=31.28%
G=29.33%
B=39.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121051410.210.2600.45251.6714.6348.24
Hex70698D151A02Dfcf30
Octal16015121525320553741760
Binary111000011010011000110110101110100101101111111001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70698D;
 }
 .AnyTagClassName
 {
   color: #70698D;
 }
</style>
background-color css

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

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

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

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

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

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