Html Css Color HEX #686488 Kimberly

📋 copy color: '#686488'

red 104 ◦ green 100 ◦ blue 136

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

Shades of Kimberly #686488

Tints of Kimberly #686488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

 BLUE value IS 136 (53.52% from 255) = 40%

R = 30.59%
G = 29.41%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686488 (or 0x686488) is known color: Kimberly. HEX triplet: 68, 64 and 88. RGB value is (104,100,136). Sum of RGB (Red+Green+Blue) = 104+100+136=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #686488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686488 is #979B77. Grayscale: #696969. Windows color (decimal): -9935736 or 8938600. OLE color: 8938600.

HSL color Cylindrical-coordinate representation of color #686488: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #686488 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 100 136 -
CMYK 0.24 0.26 0 0.47
HSL 246.67º 0.15% 0.46% -
HSV(B) 246.67º 0.26% 0.53% -
XYZ 14.71 13.83 25.19 -
YUV 105.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 104 100 136 0.24 0.26 0 0.47 246.67 0.15 0.46
Hex 68 64 88 18 1A 0 2F F7 F 2E
Octal 150 144 210 30 32 0 57 367 17 56
Binary 1101000 1100100 10001000 11000 11010 0 101111 11110111 1111 101110

Color Harmonies of #686488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686488

Black with #686488

Text Example


Text Example

White with #686488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686488; }

 p { color: rgb(104,100,136); }

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

background-color css

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

 a { background-color: rgb(104,100,136); }

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

border-color css

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

 span { border-color: rgb(104,100,136); }

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