Html Css Color HEX #686388 Kimberly

📋 copy color: '#686388'

red 104 ◦ green 99 ◦ blue 136

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

Shades of Kimberly #686388

Tints of Kimberly #686388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

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

R = 30.68%
G = 29.2%
B = 40.12%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686388 (or 0x686388) is known color: Kimberly. HEX triplet: 68, 63 and 88. RGB value is (104,99,136). Sum of RGB (Red+Green+Blue) = 104+99+136=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #686388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686388 is #979C77. Grayscale: #686868. Windows color (decimal): -9935992 or 8938344. OLE color: 8938344.

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

Color convert

RGB 104 99 136 -
CMYK 0.24 0.27 0 0.47
HSL 248.11º 0.16% 0.46% -
HSV(B) 248.11º 0.27% 0.53% -
XYZ 14.61 13.64 25.16 -
YUV 104.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 104 99 136 0.24 0.27 0 0.47 248.11 0.16 0.46
Hex 68 63 88 18 1B 0 2F F8 10 2E
Octal 150 143 210 30 33 0 57 370 20 56
Binary 1101000 1100011 10001000 11000 11011 0 101111 11111000 10000 101110

Color Harmonies of #686388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686388

Black with #686388

Text Example


Text Example

White with #686388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686388; }

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

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

background-color css

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

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

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

border-color css

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

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

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