Html Css Color HEX #686687 Kimberly

📋 copy color: '#686687'

red 104 ◦ green 102 ◦ blue 135

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

Shades of Kimberly #686687

Tints of Kimberly #686687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

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

R = 30.5%
G = 29.91%
B = 39.59%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686687 (or 0x686687) is known color: Kimberly. HEX triplet: 68, 66 and 87. RGB value is (104,102,135). Sum of RGB (Red+Green+Blue) = 104+102+135=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #686687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686687 is #979978. Grayscale: #6A6A6A. Windows color (decimal): -9935225 or 8873576. OLE color: 8873576.

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

Color convert

RGB 104 102 135 -
CMYK 0.23 0.24 0 0.47
HSL 243.64º 0.14% 0.46% -
HSV(B) 243.64º 0.24% 0.53% -
XYZ 14.83 14.2 24.88 -
YUV 106.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 104 102 135 0.23 0.24 0 0.47 243.64 0.14 0.46
Hex 68 66 87 17 18 0 2F F4 E 2E
Octal 150 146 207 27 30 0 57 364 16 56
Binary 1101000 1100110 10000111 10111 11000 0 101111 11110100 1110 101110

Color Harmonies of #686687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686687

Black with #686687

Text Example


Text Example

White with #686687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686687; }

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

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

background-color css

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

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

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

border-color css

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

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

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