Html Css Color HEX #685A89 Kimberly

📋 copy color: '#685A89'

red 104 ◦ green 90 ◦ blue 137

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

Shades of Kimberly #685A89

Tints of Kimberly #685A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

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

R = 31.42%
G = 27.19%
B = 41.39%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#685A89 (or 0x685A89) is known color: Kimberly. HEX triplet: 68, 5A and 89. RGB value is (104,90,137). Sum of RGB (Red+Green+Blue) = 104+90+137=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #685A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685A89 is #97A576. Grayscale: #636363. Windows color (decimal): -9938295 or 9001576. OLE color: 9001576.

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

Color convert

RGB 104 90 137 -
CMYK 0.24 0.34 0 0.46
HSL 257.87º 0.21% 0.45% -
HSV(B) 257.87º 0.34% 0.54% -
XYZ 13.88 12.06 25.26 -
YUV 99.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 104 90 137 0.24 0.34 0 0.46 257.87 0.21 0.45
Hex 68 5A 89 18 22 0 2E 102 15 2D
Octal 150 132 211 30 42 0 56 402 25 55
Binary 1101000 1011010 10001001 11000 100010 0 101110 100000010 10101 101101

Color Harmonies of #685A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A89

Black with #685A89

Text Example


Text Example

White with #685A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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