Html Css Color HEX #686287 Kimberly

📋 copy color: '#686287'

red 104 ◦ green 98 ◦ blue 135

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

Shades of Kimberly #686287

Tints of Kimberly #686287

RGB

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

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

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

R = 30.86%
G = 29.08%
B = 40.06%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686287 (or 0x686287) is known color: Kimberly. HEX triplet: 68, 62 and 87. RGB value is (104,98,135). Sum of RGB (Red+Green+Blue) = 104+98+135=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #686287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686287 is #979D78. Grayscale: #676767. Windows color (decimal): -9936249 or 8872552. OLE color: 8872552.

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

Color convert

RGB 104 98 135 -
CMYK 0.23 0.27 0 0.47
HSL 249.73º 0.16% 0.46% -
HSV(B) 249.73º 0.27% 0.53% -
XYZ 14.45 13.43 24.75 -
YUV 104.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 104 98 135 0.23 0.27 0 0.47 249.73 0.16 0.46
Hex 68 62 87 17 1B 0 2F FA 10 2E
Octal 150 142 207 27 33 0 57 372 20 56
Binary 1101000 1100010 10000111 10111 11011 0 101111 11111010 10000 101110

Color Harmonies of #686287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686287

Black with #686287

Text Example


Text Example

White with #686287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686287; }

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

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

background-color css

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

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

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

border-color css

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

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

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