Html Css Color HEX #685E92 Kimberly

📋 copy color: '#685E92'

red 104 ◦ green 94 ◦ blue 146

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

Shades of Kimberly #685E92

Tints of Kimberly #685E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.44%

R = 30.23%
G = 27.33%
B = 42.44%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#685E92 (or 0x685E92) is known color: Kimberly. HEX triplet: 68, 5E and 92. RGB value is (104,94,146). Sum of RGB (Red+Green+Blue) = 104+94+146=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 146 - color contains mainly: blue. Hex color #685E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685E92 is #97A16D. Grayscale: #666666. Windows color (decimal): -9937262 or 9592424. OLE color: 9592424.

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

Color convert

RGB 104 94 146 -
CMYK 0.29 0.36 0 0.43
HSL 251.54º 0.22% 0.47% -
HSV(B) 251.54º 0.36% 0.57% -
XYZ 14.9 13.02 28.92 -
YUV 102.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 104 94 146 0.29 0.36 0 0.43 251.54 0.22 0.47
Hex 68 5E 92 1D 24 0 2B FC 16 2F
Octal 150 136 222 35 44 0 53 374 26 57
Binary 1101000 1011110 10010010 11101 100100 0 101011 11111100 10110 101111

Color Harmonies of #685E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E92

Black with #685E92

Text Example


Text Example

White with #685E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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