Html Css Color HEX #686189 Kimberly

📋 copy color: '#686189'

red 104 ◦ green 97 ◦ blue 137

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

Shades of Kimberly #686189

Tints of Kimberly #686189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

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

R = 30.77%
G = 28.7%
B = 40.53%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#686189 (or 0x686189) is known color: Kimberly. HEX triplet: 68, 61 and 89. RGB value is (104,97,137). Sum of RGB (Red+Green+Blue) = 104+97+137=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #686189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686189 is #979E76. Grayscale: #676767. Windows color (decimal): -9936503 or 9003368. OLE color: 9003368.

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

Color convert

RGB 104 97 137 -
CMYK 0.24 0.29 0 0.46
HSL 250.5º 0.17% 0.46% -
HSV(B) 250.5º 0.29% 0.54% -
XYZ 14.5 13.3 25.47 -
YUV 103.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 104 97 137 0.24 0.29 0 0.46 250.5 0.17 0.46
Hex 68 61 89 18 1D 0 2E FB 11 2E
Octal 150 141 211 30 35 0 56 373 21 56
Binary 1101000 1100001 10001001 11000 11101 0 101110 11111011 10001 101110

Color Harmonies of #686189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686189

Black with #686189

Text Example


Text Example

White with #686189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686189; }

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

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

background-color css

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

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

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

border-color css

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

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

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