Html Css Color HEX #608790 Horizon

📋 copy color: '#608790'

red 96 ◦ green 135 ◦ blue 144

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

Shades of Horizon #608790

Tints of Horizon #608790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

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

R = 25.6%
G = 36%
B = 38.4%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#608790 (or 0x608790) is known color: Horizon. HEX triplet: 60, 87 and 90. RGB value is (96,135,144). Sum of RGB (Red+Green+Blue) = 96+135+144=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #608790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608790 is #9F786F. Grayscale: #7C7C7C. Windows color (decimal): -10451056 or 9471840. OLE color: 9471840.

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

Color convert

RGB 96 135 144 -
CMYK 0.33 0.06 0 0.44
HSL 191.25º 0.2% 0.47% -
HSV(B) 191.25º 0.33% 0.56% -
XYZ 18.52 21.83 29.62 -
YUV 124.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 96 135 144 0.33 0.06 0 0.44 191.25 0.2 0.47
Hex 60 87 90 21 6 0 2C BF 14 2F
Octal 140 207 220 41 6 0 54 277 24 57
Binary 1100000 10000111 10010000 100001 110 0 101100 10111111 10100 101111

Color Harmonies of #608790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608790

Black with #608790

Text Example


Text Example

White with #608790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608790; }

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

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

background-color css

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

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

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

border-color css

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

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

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