Html Css Color HEX #608390 Horizon

📋 copy color: '#608390'

red 96 ◦ green 131 ◦ blue 144

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

Shades of Horizon #608390

Tints of Horizon #608390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

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

R = 25.88%
G = 35.31%
B = 38.81%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#608390 (or 0x608390) is known color: Horizon. HEX triplet: 60, 83 and 90. RGB value is (96,131,144). Sum of RGB (Red+Green+Blue) = 96+131+144=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #608390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608390 is #9F7C6F. Grayscale: #797979. Windows color (decimal): -10452080 or 9470816. OLE color: 9470816.

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

Color convert

RGB 96 131 144 -
CMYK 0.33 0.09 0 0.44
HSL 196.25º 0.2% 0.47% -
HSV(B) 196.25º 0.33% 0.56% -
XYZ 17.97 20.73 29.44 -
YUV 122.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 96 131 144 0.33 0.09 0 0.44 196.25 0.2 0.47
Hex 60 83 90 21 9 0 2C C4 14 2F
Octal 140 203 220 41 11 0 54 304 24 57
Binary 1100000 10000011 10010000 100001 1001 0 101100 11000100 10100 101111

Color Harmonies of #608390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608390

Black with #608390

Text Example


Text Example

White with #608390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608390; }

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

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

background-color css

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

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

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

border-color css

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

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

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