Html Css Color HEX #706488 Kimberly

📋 copy color: '#706488'

red 112 ◦ green 100 ◦ blue 136

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

Shades of Kimberly #706488

Tints of Kimberly #706488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

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

R = 32.18%
G = 28.74%
B = 39.08%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#706488 (or 0x706488) is known color: Kimberly. HEX triplet: 70, 64 and 88. RGB value is (112,100,136). Sum of RGB (Red+Green+Blue) = 112+100+136=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #706488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706488 is #8F9B77. Grayscale: #6B6B6B. Windows color (decimal): -9411448 or 8938608. OLE color: 8938608.

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

Color convert

RGB 112 100 136 -
CMYK 0.18 0.26 0 0.47
HSL 260º 0.15% 0.46% -
HSV(B) 260º 0.26% 0.53% -
XYZ 15.68 14.34 25.23 -
YUV 107.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 112 100 136 0.18 0.26 0 0.47 260 0.15 0.46
Hex 70 64 88 12 1A 0 2F 104 F 2E
Octal 160 144 210 22 32 0 57 404 17 56
Binary 1110000 1100100 10001000 10010 11010 0 101111 100000100 1111 101110

Color Harmonies of #706488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706488

Black with #706488

Text Example


Text Example

White with #706488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706488; }

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

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

background-color css

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

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

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

border-color css

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

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

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