Html Css Color HEX #686286 Kimberly

📋 copy color: '#686286'

red 104 ◦ green 98 ◦ blue 134

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

Shades of Kimberly #686286

Tints of Kimberly #686286

RGB

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

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

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

R = 30.95%
G = 29.17%
B = 39.88%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686286 (or 0x686286) is known color: Kimberly. HEX triplet: 68, 62 and 86. RGB value is (104,98,134). Sum of RGB (Red+Green+Blue) = 104+98+134=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 134 - color contains mainly: blue. Hex color #686286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686286 is #979D79. Grayscale: #676767. Windows color (decimal): -9936250 or 8807016. OLE color: 8807016.

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

Color convert

RGB 104 98 134 -
CMYK 0.22 0.27 0 0.47
HSL 250º 0.16% 0.45% -
HSV(B) 250º 0.27% 0.53% -
XYZ 14.38 13.4 24.38 -
YUV 103.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 104 98 134 0.22 0.27 0 0.47 250 0.16 0.45
Hex 68 62 86 16 1B 0 2F FA 10 2D
Octal 150 142 206 26 33 0 57 372 20 55
Binary 1101000 1100010 10000110 10110 11011 0 101111 11111010 10000 101101

Color Harmonies of #686286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686286

Black with #686286

Text Example


Text Example

White with #686286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686286; }

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

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

background-color css

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

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

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

border-color css

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

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

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