Html Css Color HEX #608397 Horizon

📋 copy color: '#608397'

red 96 ◦ green 131 ◦ blue 151

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

Shades of Horizon #608397

Tints of Horizon #608397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.95%

R = 25.4%
G = 34.66%
B = 39.95%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#608397 (or 0x608397) is known color: Horizon. HEX triplet: 60, 83 and 97. RGB value is (96,131,151). Sum of RGB (Red+Green+Blue) = 96+131+151=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 151 - color contains mainly: blue. Hex color #608397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608397 is #9F7C68. Grayscale: #7A7A7A. Windows color (decimal): -10452073 or 9929568. OLE color: 9929568.

HSL color Cylindrical-coordinate representation of color #608397: hue angle of 201.82º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #608397 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 131 151 -
CMYK 0.36 0.13 0 0.41
HSL 201.82º 0.22% 0.48% -
HSV(B) 201.82º 0.36% 0.59% -
XYZ 18.53 20.95 32.35 -
YUV 122.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 96 131 151 0.36 0.13 0 0.41 201.82 0.22 0.48
Hex 60 83 97 24 D 0 29 CA 16 30
Octal 140 203 227 44 15 0 51 312 26 60
Binary 1100000 10000011 10010111 100100 1101 0 101001 11001010 10110 110000

Color Harmonies of #608397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608397

Black with #608397

Text Example


Text Example

White with #608397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608397; }

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

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

background-color css

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

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

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

border-color css

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

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

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