#648D8D

Color #648D8D Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #648D8D

Tints of Half Baked #648D8D

Color information

#648D8D (or 0x648D8D) is unknown color: approx Half Baked. HEX triplet: 64, 8D and 8D. RGB value is (100,141,141). Sum of RGB (Red+Green+Blue) = 100+141+141=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #648D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D8D is #9B7272. Grayscale: #808080. Windows color (decimal): -10187379 or 9276772. OLE color: 9276772.

HSL color Cylindrical-coordinate representation of color #648D8D: hue angle of 180º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648D8D is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100141141-
CMYK0.29000.45
HSL180º17.01%47.25%-
HSV(B)180º29.08%55.29%-
XYZ19.5923.6828.74-
YUV128.74134.92107.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=26.18%
G=36.91%
B=36.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001411410.29000.4518017.0147.25
Hex648D8D1D002Db4112f
Octal1442152153500552642157
Binary1100100100011011000110111101001011011011010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648D8D; }

 p { color: rgb(100,141,141); }

 H1.HeaderClassName
 {
   color: #648D8D;
 }
 .AnyTagClassName
 {
   color: #648D8D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #648D8D;
 }
 .BgClassName
 {
   background-color: #648D8D;
 }
</style>
border-color css

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

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

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