Html Css Color HEX #706888 Kimberly

📋 copy color: '#706888'

red 112 ◦ green 104 ◦ blue 136

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

Shades of Kimberly #706888

Tints of Kimberly #706888

RGB

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

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

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

R = 31.82%
G = 29.55%
B = 38.64%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#706888 (or 0x706888) is known color: Kimberly. HEX triplet: 70, 68 and 88. RGB value is (112,104,136). Sum of RGB (Red+Green+Blue) = 112+104+136=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #706888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706888 is #8F9777. Grayscale: #6D6D6D. Windows color (decimal): -9410424 or 8939632. OLE color: 8939632.

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

Color convert

RGB 112 104 136 -
CMYK 0.18 0.24 0 0.47
HSL 255º 0.13% 0.47% -
HSV(B) 255º 0.24% 0.53% -
XYZ 16.08 15.12 25.36 -
YUV 110.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 112 104 136 0.18 0.24 0 0.47 255 0.13 0.47
Hex 70 68 88 12 18 0 2F FF D 2F
Octal 160 150 210 22 30 0 57 377 15 57
Binary 1110000 1101000 10001000 10010 11000 0 101111 11111111 1101 101111

Color Harmonies of #706888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706888

Black with #706888

Text Example


Text Example

White with #706888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706888; }

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

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

background-color css

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

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

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

border-color css

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

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

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