#628F93

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

Shades of Half Baked #628F93

Tints of Half Baked #628F93

Color information

#628F93 (or 0x628F93) is unknown color: approx Half Baked. HEX triplet: 62, 8F and 93. RGB value is (98,143,147). Sum of RGB (Red+Green+Blue) = 98+143+147=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #628F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628F93 is #9D706C. Grayscale: #818181. Windows color (decimal): -10317933 or 9670498. OLE color: 9670498.

HSL color Cylindrical-coordinate representation of color #628F93: hue angle of 184.9º 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 #628F93 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB98143147-
CMYK0.330.0300.42
HSL184.9º20%48.04%-
HSV(B)184.9º33.33%57.65%-
XYZ20.1324.3531.24-
YUV130137.59105.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.26%
GREEN value IS 143 (56.25% from 255) = 36.86%
BLUE value IS 147 (57.81% from 255) = 37.89%
R=25.26%
G=36.86%
B=37.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981431470.330.0300.42184.92048.04
Hex628F9321302Ab91430
Octal1422172234130522712460
Binary110001010001111100100111000011101010101011100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628F93; }

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

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

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

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

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

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

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

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