Html Css Color HEX #706682 Kimberly

📋 copy color: '#706682'

red 112 ◦ green 102 ◦ blue 130

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

Shades of Kimberly #706682

Tints of Kimberly #706682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.79%

R = 32.56%
G = 29.65%
B = 37.79%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#706682 (or 0x706682) is known color: Kimberly. HEX triplet: 70, 66 and 82. RGB value is (112,102,130). Sum of RGB (Red+Green+Blue) = 112+102+130=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #706682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706682 is #8F997D. Grayscale: #6C6C6C. Windows color (decimal): -9410942 or 8545904. OLE color: 8545904.

HSL color Cylindrical-coordinate representation of color #706682: hue angle of 261.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #706682 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 102 130 -
CMYK 0.14 0.22 0 0.49
HSL 261.43º 0.12% 0.45% -
HSV(B) 261.43º 0.22% 0.51% -
XYZ 15.46 14.56 23.11 -
YUV 108.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 112 102 130 0.14 0.22 0 0.49 261.43 0.12 0.45
Hex 70 66 82 E 16 0 31 105 C 2D
Octal 160 146 202 16 26 0 61 405 14 55
Binary 1110000 1100110 10000010 1110 10110 0 110001 100000101 1100 101101

Color Harmonies of #706682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706682

Black with #706682

Text Example


Text Example

White with #706682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706682; }

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

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

background-color css

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

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

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

border-color css

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

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

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