Html Css Color HEX #646080 Kimberly

📋 copy color: '#646080'

red 100 ◦ green 96 ◦ blue 128

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

Shades of Kimberly #646080

Tints of Kimberly #646080

RGB

 RED value IS 100 (39.45% from 255) = 30.86%

 GREEN value IS 96 (37.89% from 255) = 29.63%

 BLUE value IS 128 (50.39% from 255) = 39.51%

R = 30.86%
G = 29.63%
B = 39.51%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#646080 (or 0x646080) is known color: Kimberly. HEX triplet: 64, 60 and 80. RGB value is (100,96,128). Sum of RGB (Red+Green+Blue) = 100+96+128=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 128 - color contains mainly: blue. Hex color #646080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646080 is #9B9F7F. Grayscale: #646464. Windows color (decimal): -10198912 or 8413284. OLE color: 8413284.

HSL color Cylindrical-coordinate representation of color #646080: hue angle of 247.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #646080 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 96 128 -
CMYK 0.22 0.25 0 0.50
HSL 247.5º 0.14% 0.44% -
HSV(B) 247.5º 0.25% 0.5% -
XYZ 13.33 12.63 22.16 -
YUV 100.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 100 96 128 0.22 0.25 0 0.50 247.5 0.14 0.44
Hex 64 60 80 16 19 0 32 F8 E 2C
Octal 144 140 200 26 31 0 62 370 16 54
Binary 1100100 1100000 10000000 10110 11001 0 110010 11111000 1110 101100

Color Harmonies of #646080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646080

Black with #646080

Text Example


Text Example

White with #646080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646080; }

 p { color: rgb(100,96,128); }

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

background-color css

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

 a { background-color: rgb(100,96,128); }

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

border-color css

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

 span { border-color: rgb(100,96,128); }

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