Html Css Color HEX #686091 Kimberly

📋 copy color: '#686091'

red 104 ◦ green 96 ◦ blue 145

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

Shades of Kimberly #686091

Tints of Kimberly #686091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 30.14%
G = 27.83%
B = 42.03%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#686091 (or 0x686091) is known color: Kimberly. HEX triplet: 68, 60 and 91. RGB value is (104,96,145). Sum of RGB (Red+Green+Blue) = 104+96+145=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #686091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686091 is #979F6E. Grayscale: #676767. Windows color (decimal): -9936751 or 9527400. OLE color: 9527400.

HSL color Cylindrical-coordinate representation of color #686091: hue angle of 249.8º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #686091 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 96 145 -
CMYK 0.28 0.34 0 0.43
HSL 249.8º 0.2% 0.47% -
HSV(B) 249.8º 0.34% 0.57% -
XYZ 15 13.35 28.57 -
YUV 103.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 104 96 145 0.28 0.34 0 0.43 249.8 0.2 0.47
Hex 68 60 91 1C 22 0 2B FA 14 2F
Octal 150 140 221 34 42 0 53 372 24 57
Binary 1101000 1100000 10010001 11100 100010 0 101011 11111010 10100 101111

Color Harmonies of #686091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686091

Black with #686091

Text Example


Text Example

White with #686091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686091; }

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

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

background-color css

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

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

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

border-color css

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

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

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