Html Css Color HEX #685E93 Kimberly

📋 copy color: '#685E93'

red 104 ◦ green 94 ◦ blue 147

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

Shades of Kimberly #685E93

Tints of Kimberly #685E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.61%

R = 30.14%
G = 27.25%
B = 42.61%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#685E93 (or 0x685E93) is known color: Kimberly. HEX triplet: 68, 5E and 93. RGB value is (104,94,147). Sum of RGB (Red+Green+Blue) = 104+94+147=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #685E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685E93 is #97A16C. Grayscale: #666666. Windows color (decimal): -9937261 or 9657960. OLE color: 9657960.

HSL color Cylindrical-coordinate representation of color #685E93: hue angle of 251.32º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685E93 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 94 147 -
CMYK 0.29 0.36 0 0.42
HSL 251.32º 0.22% 0.47% -
HSV(B) 251.32º 0.36% 0.58% -
XYZ 14.98 13.06 29.33 -
YUV 103.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 104 94 147 0.29 0.36 0 0.42 251.32 0.22 0.47
Hex 68 5E 93 1D 24 0 2A FB 16 2F
Octal 150 136 223 35 44 0 52 373 26 57
Binary 1101000 1011110 10010011 11101 100100 0 101010 11111011 10110 101111

Color Harmonies of #685E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E93

Black with #685E93

Text Example


Text Example

White with #685E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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