Html Css Color HEX #685984 Kimberly

📋 copy color: '#685984'

red 104 ◦ green 89 ◦ blue 132

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

Shades of Kimberly #685984

Tints of Kimberly #685984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 32%
G = 27.38%
B = 40.62%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#685984 (or 0x685984) is known color: Kimberly. HEX triplet: 68, 59 and 84. RGB value is (104,89,132). Sum of RGB (Red+Green+Blue) = 104+89+132=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #685984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685984 is #97A67B. Grayscale: #626262. Windows color (decimal): -9938556 or 8673640. OLE color: 8673640.

HSL color Cylindrical-coordinate representation of color #685984: hue angle of 260.93º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #685984 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 89 132 -
CMYK 0.21 0.33 0 0.48
HSL 260.93º 0.19% 0.43% -
HSV(B) 260.93º 0.33% 0.52% -
XYZ 13.45 11.75 23.39 -
YUV 98.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 104 89 132 0.21 0.33 0 0.48 260.93 0.19 0.43
Hex 68 59 84 15 21 0 30 105 13 2B
Octal 150 131 204 25 41 0 60 405 23 53
Binary 1101000 1011001 10000100 10101 100001 0 110000 100000101 10011 101011

Color Harmonies of #685984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685984

Black with #685984

Text Example


Text Example

White with #685984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685984; }

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

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

background-color css

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

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

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

border-color css

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

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

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