Html Css Color HEX #685C88 Kimberly

📋 copy color: '#685C88'

red 104 ◦ green 92 ◦ blue 136

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

Shades of Kimberly #685C88

Tints of Kimberly #685C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.96%

R = 31.33%
G = 27.71%
B = 40.96%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#685C88 (or 0x685C88) is known color: Kimberly. HEX triplet: 68, 5C and 88. RGB value is (104,92,136). Sum of RGB (Red+Green+Blue) = 104+92+136=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #685C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685C88 is #97A377. Grayscale: #646464. Windows color (decimal): -9937784 or 8936552. OLE color: 8936552.

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

Color convert

RGB 104 92 136 -
CMYK 0.24 0.32 0 0.47
HSL 256.36º 0.19% 0.45% -
HSV(B) 256.36º 0.32% 0.53% -
XYZ 13.98 12.37 24.94 -
YUV 100.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 104 92 136 0.24 0.32 0 0.47 256.36 0.19 0.45
Hex 68 5C 88 18 20 0 2F 100 13 2D
Octal 150 134 210 30 40 0 57 400 23 55
Binary 1101000 1011100 10001000 11000 100000 0 101111 100000000 10011 101101

Color Harmonies of #685C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C88

Black with #685C88

Text Example


Text Example

White with #685C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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