#608A8F

Color #608A8F Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #608A8F

Tints of Gothic #608A8F

Color information

#608A8F (or 0x608A8F) is unknown color: approx Gothic. HEX triplet: 60, 8A and 8F. RGB value is (96,138,143). Sum of RGB (Red+Green+Blue) = 96+138+143=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 143 - color contains mainly: blue. Hex color #608A8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608A8F is #9F7570. Grayscale: #7D7D7D. Windows color (decimal): -10450289 or 9407072. OLE color: 9407072.

HSL color Cylindrical-coordinate representation of color #608A8F: hue angle of 186.38º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #608A8F is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96138143-
CMYK0.330.0300.44
HSL186.38º19.67%46.86%-
HSV(B)186.38º32.87%56.08%-
XYZ18.8722.6529.36-
YUV126.01137.59106.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=25.46%
G=36.60%
B=37.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961381430.330.0300.44186.3819.6746.86
Hex608A8F21302Cba142f
Octal1402122174130542722457
Binary110000010001010100011111000011101011001011101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608A8F; }

 p { color: rgb(96,138,143); }

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

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

 a { background-color: rgb(96,138,143); }

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

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

 span { border-color: rgb(96,138,143); }

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