Html Css Color HEX #608190 Horizon

📋 copy color: '#608190'

red 96 ◦ green 129 ◦ blue 144

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

Shades of Horizon #608190

Tints of Horizon #608190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

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

R = 26.02%
G = 34.96%
B = 39.02%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#608190 (or 0x608190) is known color: Horizon. HEX triplet: 60, 81 and 90. RGB value is (96,129,144). Sum of RGB (Red+Green+Blue) = 96+129+144=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #608190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608190 is #9F7E6F. Grayscale: #787878. Windows color (decimal): -10452592 or 9470304. OLE color: 9470304.

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

Color convert

RGB 96 129 144 -
CMYK 0.33 0.10 0 0.44
HSL 198.75º 0.2% 0.47% -
HSV(B) 198.75º 0.33% 0.56% -
XYZ 17.71 20.2 29.35 -
YUV 120.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 96 129 144 0.33 0.10 0 0.44 198.75 0.2 0.47
Hex 60 81 90 21 A 0 2C C7 14 2F
Octal 140 201 220 41 12 0 54 307 24 57
Binary 1100000 10000001 10010000 100001 1010 0 101100 11000111 10100 101111

Color Harmonies of #608190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608190

Black with #608190

Text Example


Text Example

White with #608190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608190; }

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

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

background-color css

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

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

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

border-color css

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

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

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