Html Css Color HEX #686487 Kimberly

📋 copy color: '#686487'

red 104 ◦ green 100 ◦ blue 135

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

Shades of Kimberly #686487

Tints of Kimberly #686487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.82%

R = 30.68%
G = 29.5%
B = 39.82%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686487 (or 0x686487) is known color: Kimberly. HEX triplet: 68, 64 and 87. RGB value is (104,100,135). Sum of RGB (Red+Green+Blue) = 104+100+135=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 135 - color contains mainly: blue. Hex color #686487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686487 is #979B78. Grayscale: #696969. Windows color (decimal): -9935737 or 8873064. OLE color: 8873064.

HSL color Cylindrical-coordinate representation of color #686487: hue angle of 246.86º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #686487 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 100 135 -
CMYK 0.23 0.26 0 0.47
HSL 246.86º 0.15% 0.46% -
HSV(B) 246.86º 0.26% 0.53% -
XYZ 14.64 13.81 24.82 -
YUV 105.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 104 100 135 0.23 0.26 0 0.47 246.86 0.15 0.46
Hex 68 64 87 17 1A 0 2F F7 F 2E
Octal 150 144 207 27 32 0 57 367 17 56
Binary 1101000 1100100 10000111 10111 11010 0 101111 11110111 1111 101110

Color Harmonies of #686487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686487

Black with #686487

Text Example


Text Example

White with #686487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686487; }

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

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

background-color css

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

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

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

border-color css

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

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

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