#628B8D

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

Shades of Half Baked #628B8D

Tints of Half Baked #628B8D

Color information

#628B8D (or 0x628B8D) is unknown color: approx Half Baked. HEX triplet: 62, 8B and 8D. RGB value is (98,139,141). Sum of RGB (Red+Green+Blue) = 98+139+141=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #628B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628B8D is #9D7472. Grayscale: #7E7E7E. Windows color (decimal): -10318963 or 9276258. OLE color: 9276258.

HSL color Cylindrical-coordinate representation of color #628B8D: hue angle of 182.79º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #628B8D is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98139141-
CMYK0.300.0100.45
HSL182.79º17.99%46.86%-
HSV(B)182.79º30.5%55.29%-
XYZ19.0822.9828.63-
YUV126.97135.92107.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.93%
GREEN value IS 139 (54.69% from 255) = 36.77%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=25.93%
G=36.77%
B=37.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981391410.300.0100.45182.7917.9946.86
Hex628B8D1E102Db7122f
Octal1422132153610552672257
Binary1100010100010111000110111110101011011011011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,139,141); }

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

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

 a { background-color: rgb(98,139,141); }

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

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

 span { border-color: rgb(98,139,141); }

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