Html Css Color HEX #686384 Kimberly

📋 copy color: '#686384'

red 104 ◦ green 99 ◦ blue 132

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

Shades of Kimberly #686384

Tints of Kimberly #686384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.4%

R = 31.04%
G = 29.55%
B = 39.4%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#686384 (or 0x686384) is known color: Kimberly. HEX triplet: 68, 63 and 84. RGB value is (104,99,132). Sum of RGB (Red+Green+Blue) = 104+99+132=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #686384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686384 is #979C7B. Grayscale: #686868. Windows color (decimal): -9935996 or 8676200. OLE color: 8676200.

HSL color Cylindrical-coordinate representation of color #686384: hue angle of 249.09º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #686384 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 99 132 -
CMYK 0.21 0.25 0 0.48
HSL 249.09º 0.14% 0.45% -
HSV(B) 249.09º 0.25% 0.52% -
XYZ 14.34 13.53 23.69 -
YUV 104.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 104 99 132 0.21 0.25 0 0.48 249.09 0.14 0.45
Hex 68 63 84 15 19 0 30 F9 E 2D
Octal 150 143 204 25 31 0 60 371 16 55
Binary 1101000 1100011 10000100 10101 11001 0 110000 11111001 1110 101101

Color Harmonies of #686384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686384

Black with #686384

Text Example


Text Example

White with #686384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686384; }

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

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

background-color css

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

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

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

border-color css

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

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

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