Html Css Color HEX #685F82 Kimberly

📋 copy color: '#685F82'

red 104 ◦ green 95 ◦ blue 130

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

Shades of Kimberly #685F82

Tints of Kimberly #685F82

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.88%

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 31.61%
G = 28.88%
B = 39.51%

CMYK

 C value IS 0.2

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#685F82 (or 0x685F82) is known color: Kimberly. HEX triplet: 68, 5F and 82. RGB value is (104,95,130). Sum of RGB (Red+Green+Blue) = 104+95+130=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #685F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685F82 is #97A07D. Grayscale: #656565. Windows color (decimal): -9937022 or 8544104. OLE color: 8544104.

HSL color Cylindrical-coordinate representation of color #685F82: hue angle of 255.43º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #685F82 is Cyan = 0.2, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 95 130 -
CMYK 0.2 0.27 0 0.49
HSL 255.43º 0.16% 0.44% -
HSV(B) 255.43º 0.27% 0.51% -
XYZ 13.83 12.74 22.85 -
YUV 101.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 104 95 130 0.2 0.27 0 0.49 255.43 0.16 0.44
Hex 68 5F 82 14 1B 0 31 FF 10 2C
Octal 150 137 202 24 33 0 61 377 20 54
Binary 1101000 1011111 10000010 10100 11011 0 110001 11111111 10000 101100

Color Harmonies of #685F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F82

Black with #685F82

Text Example


Text Example

White with #685F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,95,130); }

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

background-color css

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

 a { background-color: rgb(104,95,130); }

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

border-color css

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

 span { border-color: rgb(104,95,130); }

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