Html Css Color HEX #60909B Horizon

📋 copy color: '#60909B'

red 96 ◦ green 144 ◦ blue 155

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

Shades of Horizon #60909B

Tints of Horizon #60909B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.46%

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 24.3%
G = 36.46%
B = 39.24%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60909B (or 0x60909B) is known color: Horizon. HEX triplet: 60, 90 and 9B. RGB value is (96,144,155). Sum of RGB (Red+Green+Blue) = 96+144+155=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #60909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60909B is #9F6F64. Grayscale: #828282. Windows color (decimal): -10448741 or 10195040. OLE color: 10195040.

HSL color Cylindrical-coordinate representation of color #60909B: hue angle of 191.19º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60909B is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 144 155 -
CMYK 0.38 0.07 0 0.39
HSL 191.19º 0.24% 0.49% -
HSV(B) 191.19º 0.38% 0.61% -
XYZ 20.71 24.8 34.71 -
YUV 130.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 96 144 155 0.38 0.07 0 0.39 191.19 0.24 0.49
Hex 60 90 9B 26 7 0 27 BF 18 31
Octal 140 220 233 46 7 0 47 277 30 61
Binary 1100000 10010000 10011011 100110 111 0 100111 10111111 11000 110001

Color Harmonies of #60909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60909B

Black with #60909B

Text Example


Text Example

White with #60909B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60909B; }

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

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

background-color css

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

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

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

border-color css

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

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

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