Html Css Color HEX #685E8A Kimberly

📋 copy color: '#685E8A'

red 104 ◦ green 94 ◦ blue 138

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

Shades of Kimberly #685E8A

Tints of Kimberly #685E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 30.95%
G = 27.98%
B = 41.07%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#685E8A (or 0x685E8A) is known color: Kimberly. HEX triplet: 68, 5E and 8A. RGB value is (104,94,138). Sum of RGB (Red+Green+Blue) = 104+94+138=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #685E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685E8A is #97A175. Grayscale: #656565. Windows color (decimal): -9937270 or 9068136. OLE color: 9068136.

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

Color convert

RGB 104 94 138 -
CMYK 0.25 0.32 0 0.46
HSL 253.64º 0.19% 0.45% -
HSV(B) 253.64º 0.32% 0.54% -
XYZ 14.3 12.78 25.76 -
YUV 102.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 104 94 138 0.25 0.32 0 0.46 253.64 0.19 0.45
Hex 68 5E 8A 19 20 0 2E FE 13 2D
Octal 150 136 212 31 40 0 56 376 23 55
Binary 1101000 1011110 10001010 11001 100000 0 101110 11111110 10011 101101

Color Harmonies of #685E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E8A

Black with #685E8A

Text Example


Text Example

White with #685E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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