#629093

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

Shades of Half Baked #629093

Tints of Half Baked #629093

Color information

#629093 (or 0x629093) is unknown color: approx Half Baked. HEX triplet: 62, 90 and 93. RGB value is (98,144,147). Sum of RGB (Red+Green+Blue) = 98+144+147=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #629093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629093 is #9D6F6C. Grayscale: #828282. Windows color (decimal): -10317677 or 9670754. OLE color: 9670754.

HSL color Cylindrical-coordinate representation of color #629093: hue angle of 183.67º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629093 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB98144147-
CMYK0.330.0200.42
HSL183.67º20%48.04%-
HSV(B)183.67º33.33%57.65%-
XYZ20.2824.6531.29-
YUV130.59137.26104.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.19%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=25.19%
G=37.02%
B=37.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981441470.330.0200.42183.672048.04
Hex62909321202Ab81430
Octal1422202234120522702460
Binary110001010010000100100111000011001010101011100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629093; }

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

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

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

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

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

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

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

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