Html Css Color HEX #686085 Kimberly

📋 copy color: '#686085'

red 104 ◦ green 96 ◦ blue 133

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

Shades of Kimberly #686085

Tints of Kimberly #686085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.83%

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

R = 31.23%
G = 28.83%
B = 39.94%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#686085 (or 0x686085) is known color: Kimberly. HEX triplet: 68, 60 and 85. RGB value is (104,96,133). Sum of RGB (Red+Green+Blue) = 104+96+133=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #686085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686085 is #979F7A. Grayscale: #666666. Windows color (decimal): -9936763 or 8740968. OLE color: 8740968.

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

Color convert

RGB 104 96 133 -
CMYK 0.22 0.28 0 0.48
HSL 252.97º 0.16% 0.45% -
HSV(B) 252.97º 0.28% 0.52% -
XYZ 14.13 13 23.96 -
YUV 102.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 104 96 133 0.22 0.28 0 0.48 252.97 0.16 0.45
Hex 68 60 85 16 1C 0 30 FD 10 2D
Octal 150 140 205 26 34 0 60 375 20 55
Binary 1101000 1100000 10000101 10110 11100 0 110000 11111101 10000 101101

Color Harmonies of #686085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686085

Black with #686085

Text Example


Text Example

White with #686085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686085; }

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

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

background-color css

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

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

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

border-color css

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

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

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