Html Css Color HEX #686185 Kimberly

📋 copy color: '#686185'

red 104 ◦ green 97 ◦ blue 133

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

Shades of Kimberly #686185

Tints of Kimberly #686185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

 BLUE value IS 133 (52.34% from 255) = 39.82%

R = 31.14%
G = 29.04%
B = 39.82%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#686185 (or 0x686185) is known color: Kimberly. HEX triplet: 68, 61 and 85. RGB value is (104,97,133). Sum of RGB (Red+Green+Blue) = 104+97+133=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #686185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686185 is #979E7A. Grayscale: #676767. Windows color (decimal): -9936507 or 8741224. OLE color: 8741224.

HSL color Cylindrical-coordinate representation of color #686185: hue angle of 251.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #686185 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 97 133 -
CMYK 0.22 0.27 0 0.48
HSL 251.67º 0.16% 0.45% -
HSV(B) 251.67º 0.27% 0.52% -
XYZ 14.22 13.19 23.99 -
YUV 103.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 104 97 133 0.22 0.27 0 0.48 251.67 0.16 0.45
Hex 68 61 85 16 1B 0 30 FC 10 2D
Octal 150 141 205 26 33 0 60 374 20 55
Binary 1101000 1100001 10000101 10110 11011 0 110000 11111100 10000 101101

Color Harmonies of #686185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686185

Black with #686185

Text Example


Text Example

White with #686185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686185; }

 p { color: rgb(104,97,133); }

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

background-color css

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

 a { background-color: rgb(104,97,133); }

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

border-color css

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

 span { border-color: rgb(104,97,133); }

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