#639291

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

Shades of Half Baked #639291

Tints of Half Baked #639291

Color information

#639291 (or 0x639291) is unknown color: approx Half Baked. HEX triplet: 63, 92 and 91. RGB value is (99,146,145). Sum of RGB (Red+Green+Blue) = 99+146+145=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #639291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639291 is #9C6D6E. Grayscale: #838383. Windows color (decimal): -10251631 or 9540195. OLE color: 9540195.

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

Color convert

RGB99146145-
CMYK0.3200.010.43
HSL178.72º19.18%48.04%-
HSV(B)178.72º32.19%57.25%-
XYZ20.5425.2530.58-
YUV131.83135.43104.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.38%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 145 (57.03% from 255) = 37.18%
R=25.38%
G=37.44%
B=37.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461450.3200.010.43178.7219.1848.04
Hex63929120012Bb31330
Octal1432222214001532632360
Binary11000111001001010010001100000011010111011001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639291; }

 p { color: rgb(99,146,145); }

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

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

 a { background-color: rgb(99,146,145); }

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

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

 span { border-color: rgb(99,146,145); }

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