#649194

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

Shades of Half Baked #649194

Tints of Half Baked #649194

Color information

#649194 (or 0x649194) is unknown color: approx Half Baked. HEX triplet: 64, 91 and 94. RGB value is (100,145,148). Sum of RGB (Red+Green+Blue) = 100+145+148=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 148 - color contains mainly: blue. Hex color #649194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649194 is #9B6E6B. Grayscale: #838383. Windows color (decimal): -10186348 or 9736548. OLE color: 9736548.

HSL color Cylindrical-coordinate representation of color #649194: hue angle of 183.75º 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 #649194 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100145148-
CMYK0.320.0200.42
HSL183.75º19.35%48.63%-
HSV(B)183.75º32.43%58.04%-
XYZ20.7325.131.77-
YUV131.89137.09105.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=25.45%
G=36.90%
B=37.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001451480.320.0200.42183.7519.3548.63
Hex64919420202Ab81331
Octal1442212244020522702361
Binary110010010010001100101001000001001010101011100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649194; }

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

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

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

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

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

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

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

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