Html Css Color HEX #608D9E Horizon

📋 copy color: '#608D9E'

red 96 ◦ green 141 ◦ blue 158

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

Shades of Horizon #608D9E

Tints of Horizon #608D9E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.7%

 BLUE value IS 158 (62.11% from 255) = 40%

R = 24.3%
G = 35.7%
B = 40%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#608D9E (or 0x608D9E) is known color: Horizon. HEX triplet: 60, 8D and 9E. RGB value is (96,141,158). Sum of RGB (Red+Green+Blue) = 96+141+158=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #608D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608D9E is #9F7261. Grayscale: #818181. Windows color (decimal): -10449506 or 10390880. OLE color: 10390880.

HSL color Cylindrical-coordinate representation of color #608D9E: hue angle of 196.45º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #608D9E is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 141 158 -
CMYK 0.39 0.11 0 0.38
HSL 196.45º 0.24% 0.5% -
HSV(B) 196.45º 0.39% 0.62% -
XYZ 20.52 24.01 35.9 -
YUV 129.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 96 141 158 0.39 0.11 0 0.38 196.45 0.24 0.5
Hex 60 8D 9E 27 B 0 26 C4 18 32
Octal 140 215 236 47 13 0 46 304 30 62
Binary 1100000 10001101 10011110 100111 1011 0 100110 11000100 11000 110010

Color Harmonies of #608D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D9E

Black with #608D9E

Text Example


Text Example

White with #608D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,141,158); }

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

background-color css

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

 a { background-color: rgb(96,141,158); }

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

border-color css

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

 span { border-color: rgb(96,141,158); }

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