Html Css Color HEX #686289 Kimberly

📋 copy color: '#686289'

red 104 ◦ green 98 ◦ blue 137

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

Shades of Kimberly #686289

Tints of Kimberly #686289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.41%

R = 30.68%
G = 28.91%
B = 40.41%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#686289 (or 0x686289) is known color: Kimberly. HEX triplet: 68, 62 and 89. RGB value is (104,98,137). Sum of RGB (Red+Green+Blue) = 104+98+137=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #686289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686289 is #979D76. Grayscale: #686868. Windows color (decimal): -9936247 or 9003624. OLE color: 9003624.

HSL color Cylindrical-coordinate representation of color #686289: hue angle of 249.23º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #686289 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 98 137 -
CMYK 0.24 0.28 0 0.46
HSL 249.23º 0.17% 0.46% -
HSV(B) 249.23º 0.28% 0.54% -
XYZ 14.59 13.48 25.5 -
YUV 104.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 104 98 137 0.24 0.28 0 0.46 249.23 0.17 0.46
Hex 68 62 89 18 1C 0 2E F9 11 2E
Octal 150 142 211 30 34 0 56 371 21 56
Binary 1101000 1100010 10001001 11000 11100 0 101110 11111001 10001 101110

Color Harmonies of #686289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686289

Black with #686289

Text Example


Text Example

White with #686289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686289; }

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

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

background-color css

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

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

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

border-color css

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

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

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