Html Css Color HEX #706188 Kimberly

📋 copy color: '#706188'

red 112 ◦ green 97 ◦ blue 136

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

Shades of Kimberly #706188

Tints of Kimberly #706188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.12%

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 32.46%
G = 28.12%
B = 39.42%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#706188 (or 0x706188) is known color: Kimberly. HEX triplet: 70, 61 and 88. RGB value is (112,97,136). Sum of RGB (Red+Green+Blue) = 112+97+136=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #706188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706188 is #8F9E77. Grayscale: #696969. Windows color (decimal): -9412216 or 8937840. OLE color: 8937840.

HSL color Cylindrical-coordinate representation of color #706188: hue angle of 263.08º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #706188 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 97 136 -
CMYK 0.18 0.29 0 0.47
HSL 263.08º 0.17% 0.46% -
HSV(B) 263.08º 0.29% 0.53% -
XYZ 15.4 13.77 25.14 -
YUV 105.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 112 97 136 0.18 0.29 0 0.47 263.08 0.17 0.46
Hex 70 61 88 12 1D 0 2F 107 11 2E
Octal 160 141 210 22 35 0 57 407 21 56
Binary 1110000 1100001 10001000 10010 11101 0 101111 100000111 10001 101110

Color Harmonies of #706188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706188

Black with #706188

Text Example


Text Example

White with #706188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706188; }

 p { color: rgb(112,97,136); }

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

background-color css

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

 a { background-color: rgb(112,97,136); }

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

border-color css

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

 span { border-color: rgb(112,97,136); }

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