Html Css Color HEX #685D8D Kimberly

📋 copy color: '#685D8D'

red 104 ◦ green 93 ◦ blue 141

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

Shades of Kimberly #685D8D

Tints of Kimberly #685D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.51%

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 30.77%
G = 27.51%
B = 41.72%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#685D8D (or 0x685D8D) is known color: Kimberly. HEX triplet: 68, 5D and 8D. RGB value is (104,93,141). Sum of RGB (Red+Green+Blue) = 104+93+141=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #685D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685D8D is #97A272. Grayscale: #656565. Windows color (decimal): -9937523 or 9264488. OLE color: 9264488.

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

Color convert

RGB 104 93 141 -
CMYK 0.26 0.34 0 0.45
HSL 253.75º 0.21% 0.46% -
HSV(B) 253.75º 0.34% 0.55% -
XYZ 14.43 12.69 26.89 -
YUV 101.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 104 93 141 0.26 0.34 0 0.45 253.75 0.21 0.46
Hex 68 5D 8D 1A 22 0 2D FE 15 2E
Octal 150 135 215 32 42 0 55 376 25 56
Binary 1101000 1011101 10001101 11010 100010 0 101101 11111110 10101 101110

Color Harmonies of #685D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D8D

Black with #685D8D

Text Example


Text Example

White with #685D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,93,141); }

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

background-color css

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

 a { background-color: rgb(104,93,141); }

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

border-color css

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

 span { border-color: rgb(104,93,141); }

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