Html Css Color HEX #686486 Kimberly

📋 copy color: '#686486'

red 104 ◦ green 100 ◦ blue 134

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

Shades of Kimberly #686486

Tints of Kimberly #686486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.64%

R = 30.77%
G = 29.59%
B = 39.64%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686486 (or 0x686486) is known color: Kimberly. HEX triplet: 68, 64 and 86. RGB value is (104,100,134). Sum of RGB (Red+Green+Blue) = 104+100+134=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #686486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686486 is #979B79. Grayscale: #686868. Windows color (decimal): -9935738 or 8807528. OLE color: 8807528.

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

Color convert

RGB 104 100 134 -
CMYK 0.22 0.25 0 0.47
HSL 247.06º 0.15% 0.46% -
HSV(B) 247.06º 0.25% 0.53% -
XYZ 14.57 13.78 24.45 -
YUV 105.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 104 100 134 0.22 0.25 0 0.47 247.06 0.15 0.46
Hex 68 64 86 16 19 0 2F F7 F 2E
Octal 150 144 206 26 31 0 57 367 17 56
Binary 1101000 1100100 10000110 10110 11001 0 101111 11110111 1111 101110

Color Harmonies of #686486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686486

Black with #686486

Text Example


Text Example

White with #686486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686486; }

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

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

background-color css

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

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

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

border-color css

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

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

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