Html Css Color HEX #706688 Kimberly

📋 copy color: '#706688'

red 112 ◦ green 102 ◦ blue 136

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

Shades of Kimberly #706688

Tints of Kimberly #706688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

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

R = 32%
G = 29.14%
B = 38.86%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#706688 (or 0x706688) is known color: Kimberly. HEX triplet: 70, 66 and 88. RGB value is (112,102,136). Sum of RGB (Red+Green+Blue) = 112+102+136=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #706688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706688 is #8F9977. Grayscale: #6C6C6C. Windows color (decimal): -9410936 or 8939120. OLE color: 8939120.

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

Color convert

RGB 112 102 136 -
CMYK 0.18 0.25 0 0.47
HSL 257.65º 0.14% 0.47% -
HSV(B) 257.65º 0.25% 0.53% -
XYZ 15.88 14.73 25.3 -
YUV 108.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 112 102 136 0.18 0.25 0 0.47 257.65 0.14 0.47
Hex 70 66 88 12 19 0 2F 102 E 2F
Octal 160 146 210 22 31 0 57 402 16 57
Binary 1110000 1100110 10001000 10010 11001 0 101111 100000010 1110 101111

Color Harmonies of #706688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706688

Black with #706688

Text Example


Text Example

White with #706688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706688; }

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

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

background-color css

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

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

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

border-color css

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

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

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