Html Css Color HEX #686290 Kimberly

📋 copy color: '#686290'

red 104 ◦ green 98 ◦ blue 144

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

Shades of Kimberly #686290

Tints of Kimberly #686290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.62%

R = 30.06%
G = 28.32%
B = 41.62%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#686290 (or 0x686290) is known color: Kimberly. HEX triplet: 68, 62 and 90. RGB value is (104,98,144). Sum of RGB (Red+Green+Blue) = 104+98+144=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #686290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686290 is #979D6F. Grayscale: #686868. Windows color (decimal): -9936240 or 9462376. OLE color: 9462376.

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

Color convert

RGB 104 98 144 -
CMYK 0.28 0.32 0 0.44
HSL 247.83º 0.19% 0.47% -
HSV(B) 247.83º 0.32% 0.56% -
XYZ 15.11 13.69 28.23 -
YUV 105.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 104 98 144 0.28 0.32 0 0.44 247.83 0.19 0.47
Hex 68 62 90 1C 20 0 2C F8 13 2F
Octal 150 142 220 34 40 0 54 370 23 57
Binary 1101000 1100010 10010000 11100 100000 0 101100 11111000 10011 101111

Color Harmonies of #686290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686290

Black with #686290

Text Example


Text Example

White with #686290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686290; }

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

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

background-color css

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

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

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

border-color css

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

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

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