Html Css Color HEX #70688D Kimberly

📋 copy color: '#70688D'

red 112 ◦ green 104 ◦ blue 141

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

Shades of Kimberly #70688D

Tints of Kimberly #70688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 31.37%
G = 29.13%
B = 39.5%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70688D (or 0x70688D) is known color: Kimberly. HEX triplet: 70, 68 and 8D. RGB value is (112,104,141). Sum of RGB (Red+Green+Blue) = 112+104+141=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #70688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70688D is #8F9772. Grayscale: #6E6E6E. Windows color (decimal): -9410419 or 9267312. OLE color: 9267312.

HSL color Cylindrical-coordinate representation of color #70688D: hue angle of 252.97º 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 #70688D is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 104 141 -
CMYK 0.21 0.26 0 0.45
HSL 252.97º 0.15% 0.48% -
HSV(B) 252.97º 0.26% 0.55% -
XYZ 16.44 15.27 27.28 -
YUV 110.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 112 104 141 0.21 0.26 0 0.45 252.97 0.15 0.48
Hex 70 68 8D 15 1A 0 2D FD F 30
Octal 160 150 215 25 32 0 55 375 17 60
Binary 1110000 1101000 10001101 10101 11010 0 101101 11111101 1111 110000

Color Harmonies of #70688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70688D

Black with #70688D

Text Example


Text Example

White with #70688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70688D;
 }
 .AnyTagClassName
 {
   color: #70688D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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