Html Css Color HEX #685E89 Kimberly

📋 copy color: '#685E89'

red 104 ◦ green 94 ◦ blue 137

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

Shades of Kimberly #685E89

Tints of Kimberly #685E89

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.06%

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

R = 31.04%
G = 28.06%
B = 40.9%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#685E89 (or 0x685E89) is known color: Kimberly. HEX triplet: 68, 5E and 89. RGB value is (104,94,137). Sum of RGB (Red+Green+Blue) = 104+94+137=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #685E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685E89 is #97A176. Grayscale: #656565. Windows color (decimal): -9937271 or 9002600. OLE color: 9002600.

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

Color convert

RGB 104 94 137 -
CMYK 0.24 0.31 0 0.46
HSL 253.95º 0.19% 0.45% -
HSV(B) 253.95º 0.31% 0.54% -
XYZ 14.23 12.75 25.38 -
YUV 101.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 104 94 137 0.24 0.31 0 0.46 253.95 0.19 0.45
Hex 68 5E 89 18 1F 0 2E FE 13 2D
Octal 150 136 211 30 37 0 56 376 23 55
Binary 1101000 1011110 10001001 11000 11111 0 101110 11111110 10011 101101

Color Harmonies of #685E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E89

Black with #685E89

Text Example


Text Example

White with #685E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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