Html Css Color HEX #706680 Kimberly

📋 copy color: '#706680'

red 112 ◦ green 102 ◦ blue 128

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

Shades of Kimberly #706680

Tints of Kimberly #706680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.43%

R = 32.75%
G = 29.82%
B = 37.43%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#706680 (or 0x706680) is known color: Kimberly. HEX triplet: 70, 66 and 80. RGB value is (112,102,128). Sum of RGB (Red+Green+Blue) = 112+102+128=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #706680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706680 is #8F997F. Grayscale: #6B6B6B. Windows color (decimal): -9410944 or 8414832. OLE color: 8414832.

HSL color Cylindrical-coordinate representation of color #706680: hue angle of 263.08º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #706680 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 102 128 -
CMYK 0.12 0.20 0 0.50
HSL 263.08º 0.11% 0.45% -
HSV(B) 263.08º 0.2% 0.5% -
XYZ 15.33 14.51 22.41 -
YUV 107.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 112 102 128 0.12 0.20 0 0.50 263.08 0.11 0.45
Hex 70 66 80 C 14 0 32 107 B 2D
Octal 160 146 200 14 24 0 62 407 13 55
Binary 1110000 1100110 10000000 1100 10100 0 110010 100000111 1011 101101

Color Harmonies of #706680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706680

Black with #706680

Text Example


Text Example

White with #706680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706680; }

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

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

background-color css

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

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

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

border-color css

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

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

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