Html Css Color HEX #608A92 Horizon

📋 copy color: '#608A92'

red 96 ◦ green 138 ◦ blue 146

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

Shades of Horizon #608A92

Tints of Horizon #608A92

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

 BLUE value IS 146 (57.42% from 255) = 38.42%

R = 25.26%
G = 36.32%
B = 38.42%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#608A92 (or 0x608A92) is known color: Horizon. HEX triplet: 60, 8A and 92. RGB value is (96,138,146). Sum of RGB (Red+Green+Blue) = 96+138+146=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #608A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608A92 is #9F756D. Grayscale: #7E7E7E. Windows color (decimal): -10450286 or 9603680. OLE color: 9603680.

HSL color Cylindrical-coordinate representation of color #608A92: hue angle of 189.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #608A92 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 138 146 -
CMYK 0.34 0.05 0 0.43
HSL 189.6º 0.21% 0.47% -
HSV(B) 189.6º 0.34% 0.57% -
XYZ 19.1 22.74 30.58 -
YUV 126.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 96 138 146 0.34 0.05 0 0.43 189.6 0.21 0.47
Hex 60 8A 92 22 5 0 2B BE 15 2F
Octal 140 212 222 42 5 0 53 276 25 57
Binary 1100000 10001010 10010010 100010 101 0 101011 10111110 10101 101111

Color Harmonies of #608A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608A92

Black with #608A92

Text Example


Text Example

White with #608A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,138,146); }

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

background-color css

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

 a { background-color: rgb(96,138,146); }

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

border-color css

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

 span { border-color: rgb(96,138,146); }

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