#629096

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

Shades of Half Baked #629096

Tints of Half Baked #629096

Color information

#629096 (or 0x629096) is unknown color: approx Half Baked. HEX triplet: 62, 90 and 96. RGB value is (98,144,150). Sum of RGB (Red+Green+Blue) = 98+144+150=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 150 - color contains mainly: blue. Hex color #629096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629096 is #9D6F69. Grayscale: #828282. Windows color (decimal): -10317674 or 9867362. OLE color: 9867362.

HSL color Cylindrical-coordinate representation of color #629096: hue angle of 186.92º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #629096 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB98144150-
CMYK0.350.0400.41
HSL186.92º20.97%48.63%-
HSV(B)186.92º34.67%58.82%-
XYZ20.5224.7532.55-
YUV130.93138.76104.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 150 (58.98% from 255) = 38.27%
R=25%
G=36.73%
B=38.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981441500.350.0400.41186.9220.9748.63
Hex629096234029bb1531
Octal1422202264340512732561
Binary1100010100100001001011010001110001010011011101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629096; }

 p { color: rgb(98,144,150); }

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

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

 a { background-color: rgb(98,144,150); }

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

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

 span { border-color: rgb(98,144,150); }

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