#629593

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

Shades of Half Baked #629593

Tints of Half Baked #629593

Color information

#629593 (or 0x629593) is unknown color: approx Half Baked. HEX triplet: 62, 95 and 93. RGB value is (98,149,147). Sum of RGB (Red+Green+Blue) = 98+149+147=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #629593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629593 is #9D6A6C. Grayscale: #858585. Windows color (decimal): -10316397 or 9672034. OLE color: 9672034.

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

Color convert

RGB98149147-
CMYK0.3400.010.42
HSL177.65º20.65%48.43%-
HSV(B)177.65º34.23%58.43%-
XYZ21.0526.231.55-
YUV133.52135.6102.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.87%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 147 (57.81% from 255) = 37.31%
R=24.87%
G=37.82%
B=37.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981491470.3400.010.42177.6520.6548.43
Hex62959322012Ab21530
Octal1422252234201522622560
Binary11000101001010110010011100010011010101011001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629593; }

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

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

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

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

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

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

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

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