Html Css Color HEX #686291 Kimberly

📋 copy color: '#686291'

red 104 ◦ green 98 ◦ blue 145

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

Shades of Kimberly #686291

Tints of Kimberly #686291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.24%

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

R = 29.97%
G = 28.24%
B = 41.79%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#686291 (or 0x686291) is known color: Kimberly. HEX triplet: 68, 62 and 91. RGB value is (104,98,145). Sum of RGB (Red+Green+Blue) = 104+98+145=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #686291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686291 is #979D6E. Grayscale: #686868. Windows color (decimal): -9936239 or 9527912. OLE color: 9527912.

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

Color convert

RGB 104 98 145 -
CMYK 0.28 0.32 0 0.43
HSL 247.66º 0.19% 0.48% -
HSV(B) 247.66º 0.32% 0.57% -
XYZ 15.19 13.72 28.64 -
YUV 105.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 104 98 145 0.28 0.32 0 0.43 247.66 0.19 0.48
Hex 68 62 91 1C 20 0 2B F8 13 30
Octal 150 142 221 34 40 0 53 370 23 60
Binary 1101000 1100010 10010001 11100 100000 0 101011 11111000 10011 110000

Color Harmonies of #686291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686291

Black with #686291

Text Example


Text Example

White with #686291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686291; }

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

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

background-color css

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

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

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

border-color css

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

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

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