#628F92

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

Shades of Half Baked #628F92

Tints of Half Baked #628F92

Color information

#628F92 (or 0x628F92) is unknown color: approx Half Baked. HEX triplet: 62, 8F and 92. RGB value is (98,143,146). Sum of RGB (Red+Green+Blue) = 98+143+146=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #628F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628F92 is #9D706D. Grayscale: #818181. Windows color (decimal): -10317934 or 9604962. OLE color: 9604962.

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

Color convert

RGB98143146-
CMYK0.330.0200.43
HSL183.75º19.67%47.84%-
HSV(B)183.75º32.88%57.25%-
XYZ20.0524.3230.83-
YUV129.89137.09105.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.32%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=25.32%
G=36.95%
B=37.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981431460.330.0200.43183.7519.6747.84
Hex628F9221202Bb81430
Octal1422172224120532702460
Binary110001010001111100100101000011001010111011100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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