Html Css Color HEX #686483 Kimberly

📋 copy color: '#686483'

red 104 ◦ green 100 ◦ blue 131

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

Shades of Kimberly #686483

Tints of Kimberly #686483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.1%

R = 31.04%
G = 29.85%
B = 39.1%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#686483 (or 0x686483) is known color: Kimberly. HEX triplet: 68, 64 and 83. RGB value is (104,100,131). Sum of RGB (Red+Green+Blue) = 104+100+131=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 131 - color contains mainly: blue. Hex color #686483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686483 is #979B7C. Grayscale: #686868. Windows color (decimal): -9935741 or 8610920. OLE color: 8610920.

HSL color Cylindrical-coordinate representation of color #686483: hue angle of 247.74º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #686483 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 100 131 -
CMYK 0.21 0.24 0 0.49
HSL 247.74º 0.13% 0.45% -
HSV(B) 247.74º 0.24% 0.51% -
XYZ 14.36 13.7 23.36 -
YUV 104.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 104 100 131 0.21 0.24 0 0.49 247.74 0.13 0.45
Hex 68 64 83 15 18 0 31 F8 D 2D
Octal 150 144 203 25 30 0 61 370 15 55
Binary 1101000 1100100 10000011 10101 11000 0 110001 11111000 1101 101101

Color Harmonies of #686483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686483

Black with #686483

Text Example


Text Example

White with #686483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686483; }

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

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

background-color css

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

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

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

border-color css

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

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

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