Html Css Color HEX #685D8B Kimberly

📋 copy color: '#685D8B'

red 104 ◦ green 93 ◦ blue 139

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

Shades of Kimberly #685D8B

Tints of Kimberly #685D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 30.95%
G = 27.68%
B = 41.37%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#685D8B (or 0x685D8B) is known color: Kimberly. HEX triplet: 68, 5D and 8B. RGB value is (104,93,139). Sum of RGB (Red+Green+Blue) = 104+93+139=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #685D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685D8B is #97A274. Grayscale: #656565. Windows color (decimal): -9937525 or 9133416. OLE color: 9133416.

HSL color Cylindrical-coordinate representation of color #685D8B: hue angle of 254.35º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #685D8B is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 93 139 -
CMYK 0.25 0.33 0 0.45
HSL 254.35º 0.2% 0.45% -
HSV(B) 254.35º 0.33% 0.55% -
XYZ 14.28 12.64 26.11 -
YUV 101.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 104 93 139 0.25 0.33 0 0.45 254.35 0.2 0.45
Hex 68 5D 8B 19 21 0 2D FE 14 2D
Octal 150 135 213 31 41 0 55 376 24 55
Binary 1101000 1011101 10001011 11001 100001 0 101101 11111110 10100 101101

Color Harmonies of #685D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D8B

Black with #685D8B

Text Example


Text Example

White with #685D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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