#649294

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

Shades of Half Baked #649294

Tints of Half Baked #649294

Color information

#649294 (or 0x649294) is unknown color: approx Half Baked. HEX triplet: 64, 92 and 94. RGB value is (100,146,148). Sum of RGB (Red+Green+Blue) = 100+146+148=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #649294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649294 is #9B6D6B. Grayscale: #848484. Windows color (decimal): -10186092 or 9736804. OLE color: 9736804.

HSL color Cylindrical-coordinate representation of color #649294: hue angle of 182.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649294 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100146148-
CMYK0.320.0100.42
HSL182.5º19.35%48.63%-
HSV(B)182.5º32.43%58.04%-
XYZ20.8825.4131.82-
YUV132.47136.76104.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.38%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=25.38%
G=37.06%
B=37.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001461480.320.0100.42182.519.3548.63
Hex64929420102Ab61331
Octal1442222244010522662361
Binary11001001001001010010100100000101010101011011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649294; }

 p { color: rgb(100,146,148); }

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

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

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

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

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

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

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