Html Css Color HEX #686382 Kimberly

📋 copy color: '#686382'

red 104 ◦ green 99 ◦ blue 130

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

Shades of Kimberly #686382

Tints of Kimberly #686382

RGB

 RED value IS 104 (41.02% from 255) = 31.23%

 GREEN value IS 99 (39.06% from 255) = 29.73%

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

R = 31.23%
G = 29.73%
B = 39.04%

CMYK

 C value IS 0.2

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#686382 (or 0x686382) is known color: Kimberly. HEX triplet: 68, 63 and 82. RGB value is (104,99,130). Sum of RGB (Red+Green+Blue) = 104+99+130=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #686382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686382 is #979C7D. Grayscale: #676767. Windows color (decimal): -9935998 or 8545128. OLE color: 8545128.

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

Color convert

RGB 104 99 130 -
CMYK 0.2 0.24 0 0.49
HSL 249.68º 0.14% 0.45% -
HSV(B) 249.68º 0.24% 0.51% -
XYZ 14.2 13.48 22.97 -
YUV 104.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 104 99 130 0.2 0.24 0 0.49 249.68 0.14 0.45
Hex 68 63 82 14 18 0 31 FA E 2D
Octal 150 143 202 24 30 0 61 372 16 55
Binary 1101000 1100011 10000010 10100 11000 0 110001 11111010 1110 101101

Color Harmonies of #686382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686382

Black with #686382

Text Example


Text Example

White with #686382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686382; }

 p { color: rgb(104,99,130); }

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

background-color css

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

 a { background-color: rgb(104,99,130); }

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

border-color css

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

 span { border-color: rgb(104,99,130); }

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