Html Css Color HEX #686284 Kimberly

📋 copy color: '#686284'

red 104 ◦ green 98 ◦ blue 132

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

Shades of Kimberly #686284

Tints of Kimberly #686284

RGB

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

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

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

R = 31.14%
G = 29.34%
B = 39.52%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#686284 (or 0x686284) is known color: Kimberly. HEX triplet: 68, 62 and 84. RGB value is (104,98,132). Sum of RGB (Red+Green+Blue) = 104+98+132=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: blue. Hex color #686284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686284 is #979D7B. Grayscale: #676767. Windows color (decimal): -9936252 or 8675944. OLE color: 8675944.

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

Color convert

RGB 104 98 132 -
CMYK 0.21 0.26 0 0.48
HSL 250.59º 0.15% 0.45% -
HSV(B) 250.59º 0.26% 0.52% -
XYZ 14.24 13.34 23.65 -
YUV 103.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 104 98 132 0.21 0.26 0 0.48 250.59 0.15 0.45
Hex 68 62 84 15 1A 0 30 FB F 2D
Octal 150 142 204 25 32 0 60 373 17 55
Binary 1101000 1100010 10000100 10101 11010 0 110000 11111011 1111 101101

Color Harmonies of #686284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686284

Black with #686284

Text Example


Text Example

White with #686284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686284; }

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

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

background-color css

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

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

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

border-color css

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

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

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