Html Css Color HEX #608690 Horizon

📋 copy color: '#608690'

red 96 ◦ green 134 ◦ blue 144

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

Shades of Horizon #608690

Tints of Horizon #608690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.83%

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

R = 25.67%
G = 35.83%
B = 38.5%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#608690 (or 0x608690) is known color: Horizon. HEX triplet: 60, 86 and 90. RGB value is (96,134,144). Sum of RGB (Red+Green+Blue) = 96+134+144=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #608690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608690 is #9F796F. Grayscale: #7B7B7B. Windows color (decimal): -10451312 or 9471584. OLE color: 9471584.

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

Color convert

RGB 96 134 144 -
CMYK 0.33 0.07 0 0.44
HSL 192.5º 0.2% 0.47% -
HSV(B) 192.5º 0.33% 0.56% -
XYZ 18.38 21.55 29.58 -
YUV 123.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 96 134 144 0.33 0.07 0 0.44 192.5 0.2 0.47
Hex 60 86 90 21 7 0 2C C0 14 2F
Octal 140 206 220 41 7 0 54 300 24 57
Binary 1100000 10000110 10010000 100001 111 0 101100 11000000 10100 101111

Color Harmonies of #608690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608690

Black with #608690

Text Example


Text Example

White with #608690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608690; }

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

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

background-color css

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

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

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

border-color css

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

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

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