Html Css Color HEX #686280 Kimberly

📋 copy color: '#686280'

red 104 ◦ green 98 ◦ blue 128

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

Shades of Kimberly #686280

Tints of Kimberly #686280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 31.52%
G = 29.7%
B = 38.79%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#686280 (or 0x686280) is known color: Kimberly. HEX triplet: 68, 62 and 80. RGB value is (104,98,128). Sum of RGB (Red+Green+Blue) = 104+98+128=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 128 - color contains mainly: blue. Hex color #686280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686280 is #979D7F. Grayscale: #676767. Windows color (decimal): -9936256 or 8413800. OLE color: 8413800.

HSL color Cylindrical-coordinate representation of color #686280: hue angle of 252º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686280 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 98 128 -
CMYK 0.19 0.23 0 0.50
HSL 252º 0.13% 0.44% -
HSV(B) 252º 0.23% 0.5% -
XYZ 13.97 13.24 22.24 -
YUV 103.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 104 98 128 0.19 0.23 0 0.50 252 0.13 0.44
Hex 68 62 80 13 17 0 32 FC D 2C
Octal 150 142 200 23 27 0 62 374 15 54
Binary 1101000 1100010 10000000 10011 10111 0 110010 11111100 1101 101100

Color Harmonies of #686280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686280

Black with #686280

Text Example


Text Example

White with #686280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686280; }

 p { color: rgb(104,98,128); }

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

background-color css

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

 a { background-color: rgb(104,98,128); }

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

border-color css

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

 span { border-color: rgb(104,98,128); }

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