Html Css Color HEX #685982 Kimberly

📋 copy color: '#685982'

red 104 ◦ green 89 ◦ blue 130

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

Shades of Kimberly #685982

Tints of Kimberly #685982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

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

R = 32.2%
G = 27.55%
B = 40.25%

CMYK

 C value IS 0.2

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#685982 (or 0x685982) is known color: Kimberly. HEX triplet: 68, 59 and 82. RGB value is (104,89,130). Sum of RGB (Red+Green+Blue) = 104+89+130=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #685982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685982 is #97A67D. Grayscale: #626262. Windows color (decimal): -9938558 or 8542568. OLE color: 8542568.

HSL color Cylindrical-coordinate representation of color #685982: hue angle of 261.95º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #685982 is Cyan = 0.2, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 89 130 -
CMYK 0.2 0.32 0 0.49
HSL 261.95º 0.19% 0.43% -
HSV(B) 261.95º 0.32% 0.51% -
XYZ 13.31 11.7 22.68 -
YUV 98.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 104 89 130 0.2 0.32 0 0.49 261.95 0.19 0.43
Hex 68 59 82 14 20 0 31 106 13 2B
Octal 150 131 202 24 40 0 61 406 23 53
Binary 1101000 1011001 10000010 10100 100000 0 110001 100000110 10011 101011

Color Harmonies of #685982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685982

Black with #685982

Text Example


Text Example

White with #685982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685982; }

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

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

background-color css

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

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

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

border-color css

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

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

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