Html Css Color HEX #608490 Horizon

📋 copy color: '#608490'

red 96 ◦ green 132 ◦ blue 144

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

Shades of Horizon #608490

Tints of Horizon #608490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

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

R = 25.81%
G = 35.48%
B = 38.71%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#608490 (or 0x608490) is known color: Horizon. HEX triplet: 60, 84 and 90. RGB value is (96,132,144). Sum of RGB (Red+Green+Blue) = 96+132+144=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #608490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608490 is #9F7B6F. Grayscale: #7A7A7A. Windows color (decimal): -10451824 or 9471072. OLE color: 9471072.

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

Color convert

RGB 96 132 144 -
CMYK 0.33 0.08 0 0.44
HSL 195º 0.2% 0.47% -
HSV(B) 195º 0.33% 0.56% -
XYZ 18.11 21 29.49 -
YUV 122.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 96 132 144 0.33 0.08 0 0.44 195 0.2 0.47
Hex 60 84 90 21 8 0 2C C3 14 2F
Octal 140 204 220 41 10 0 54 303 24 57
Binary 1100000 10000100 10010000 100001 1000 0 101100 11000011 10100 101111

Color Harmonies of #608490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608490

Black with #608490

Text Example


Text Example

White with #608490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608490; }

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

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

background-color css

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

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

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

border-color css

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

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

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