Html Css Color HEX #608B94 Horizon

📋 copy color: '#608B94'

red 96 ◦ green 139 ◦ blue 148

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

Shades of Horizon #608B94

Tints of Horizon #608B94

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.29%

 BLUE value IS 148 (58.2% from 255) = 38.64%

R = 25.07%
G = 36.29%
B = 38.64%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#608B94 (or 0x608B94) is known color: Horizon. HEX triplet: 60, 8B and 94. RGB value is (96,139,148). Sum of RGB (Red+Green+Blue) = 96+139+148=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #608B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608B94 is #9F746B. Grayscale: #7F7F7F. Windows color (decimal): -10450028 or 9735008. OLE color: 9735008.

HSL color Cylindrical-coordinate representation of color #608B94: hue angle of 190.38º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #608B94 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 139 148 -
CMYK 0.35 0.06 0 0.42
HSL 190.38º 0.21% 0.48% -
HSV(B) 190.38º 0.35% 0.58% -
XYZ 19.4 23.09 31.45 -
YUV 127.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 96 139 148 0.35 0.06 0 0.42 190.38 0.21 0.48
Hex 60 8B 94 23 6 0 2A BE 15 30
Octal 140 213 224 43 6 0 52 276 25 60
Binary 1100000 10001011 10010100 100011 110 0 101010 10111110 10101 110000

Color Harmonies of #608B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B94

Black with #608B94

Text Example


Text Example

White with #608B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,139,148); }

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

background-color css

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

 a { background-color: rgb(96,139,148); }

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

border-color css

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

 span { border-color: rgb(96,139,148); }

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