Html Css Color HEX #608990 Gothic

📋 copy color: '#608990'

red 96 ◦ green 137 ◦ blue 144

#608990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #608990

Tints of Gothic #608990

RGB

 RED value IS 96 (37.89% from 255) = 25.46%

 GREEN value IS 137 (53.91% from 255) = 36.34%

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 25.46%
G = 36.34%
B = 38.2%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#608990 (or 0x608990) is known color: Gothic. HEX triplet: 60, 89 and 90. RGB value is (96,137,144). Sum of RGB (Red+Green+Blue) = 96+137+144=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #608990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608990 is #9F766F. Grayscale: #7D7D7D. Windows color (decimal): -10450544 or 9472352. OLE color: 9472352.

HSL color Cylindrical-coordinate representation of color #608990: hue angle of 188.75º 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 #608990 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 137 144 -
CMYK 0.33 0.05 0 0.44
HSL 188.75º 0.2% 0.47% -
HSV(B) 188.75º 0.33% 0.56% -
XYZ 18.8 22.39 29.72 -
YUV 125.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 96 137 144 0.33 0.05 0 0.44 188.75 0.2 0.47
Hex 60 89 90 21 5 0 2C BD 14 2F
Octal 140 211 220 41 5 0 54 275 24 57
Binary 1100000 10001001 10010000 100001 101 0 101100 10111101 10100 101111

Color Harmonies of #608990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608990

Black with #608990

Text Example


Text Example

White with #608990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608990; }

 p { color: rgb(96,137,144); }

 H1.HeaderClassName
 {
   color: #608990;
 }
 .AnyTagClassName
 {
   color: #608990;
 }
</style>

background-color css

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

 a { background-color: rgb(96,137,144); }

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

border-color css

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

 span { border-color: rgb(96,137,144); }

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