Html Css Color HEX #686482 Kimberly

📋 copy color: '#686482'

red 104 ◦ green 100 ◦ blue 130

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

Shades of Kimberly #686482

Tints of Kimberly #686482

RGB

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

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

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

R = 31.14%
G = 29.94%
B = 38.92%

CMYK

 C value IS 0.2

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#686482 (or 0x686482) is known color: Kimberly. HEX triplet: 68, 64 and 82. RGB value is (104,100,130). Sum of RGB (Red+Green+Blue) = 104+100+130=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #686482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686482 is #979B7D. Grayscale: #686868. Windows color (decimal): -9935742 or 8545384. OLE color: 8545384.

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

Color convert

RGB 104 100 130 -
CMYK 0.2 0.23 0 0.49
HSL 248º 0.13% 0.45% -
HSV(B) 248º 0.23% 0.51% -
XYZ 14.3 13.67 23 -
YUV 104.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 104 100 130 0.2 0.23 0 0.49 248 0.13 0.45
Hex 68 64 82 14 17 0 31 F8 D 2D
Octal 150 144 202 24 27 0 61 370 15 55
Binary 1101000 1100100 10000010 10100 10111 0 110001 11111000 1101 101101

Color Harmonies of #686482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686482

Black with #686482

Text Example


Text Example

White with #686482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686482; }

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

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

background-color css

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

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

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

border-color css

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

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

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