Html Css Color HEX #685C8C Kimberly

📋 copy color: '#685C8C'

red 104 ◦ green 92 ◦ blue 140

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

Shades of Kimberly #685C8C

Tints of Kimberly #685C8C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.38%

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 30.95%
G = 27.38%
B = 41.67%

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

#685C8C (or 0x685C8C) is known color: Kimberly. HEX triplet: 68, 5C and 8C. RGB value is (104,92,140). Sum of RGB (Red+Green+Blue) = 104+92+140=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #685C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685C8C is #97A373. Grayscale: #646464. Windows color (decimal): -9937780 or 9198696. OLE color: 9198696.

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

Color convert

RGB 104 92 140 -
CMYK 0.26 0.34 0 0.45
HSL 255º 0.21% 0.45% -
HSV(B) 255º 0.34% 0.55% -
XYZ 14.27 12.49 26.47 -
YUV 101.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 104 92 140 0.26 0.34 0 0.45 255 0.21 0.45
Hex 68 5C 8C 1A 22 0 2D FF 15 2D
Octal 150 134 214 32 42 0 55 377 25 55
Binary 1101000 1011100 10001100 11010 100010 0 101101 11111111 10101 101101

Color Harmonies of #685C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C8C

Black with #685C8C

Text Example


Text Example

White with #685C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,92,140); }

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

background-color css

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

 a { background-color: rgb(104,92,140); }

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

border-color css

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

 span { border-color: rgb(104,92,140); }

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