Html Css Color HEX #60838F Horizon

📋 copy color: '#60838F'

red 96 ◦ green 131 ◦ blue 143

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

Shades of Horizon #60838F

Tints of Horizon #60838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 25.95%
G = 35.41%
B = 38.65%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60838F (or 0x60838F) is known color: Horizon. HEX triplet: 60, 83 and 8F. RGB value is (96,131,143). Sum of RGB (Red+Green+Blue) = 96+131+143=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 143 - color contains mainly: blue. Hex color #60838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60838F is #9F7C70. Grayscale: #797979. Windows color (decimal): -10452081 or 9405280. OLE color: 9405280.

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

Color convert

RGB 96 131 143 -
CMYK 0.33 0.08 0 0.44
HSL 195.32º 0.2% 0.47% -
HSV(B) 195.32º 0.33% 0.56% -
XYZ 17.9 20.7 29.04 -
YUV 121.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 96 131 143 0.33 0.08 0 0.44 195.32 0.2 0.47
Hex 60 83 8F 21 8 0 2C C3 14 2F
Octal 140 203 217 41 10 0 54 303 24 57
Binary 1100000 10000011 10001111 100001 1000 0 101100 11000011 10100 101111

Color Harmonies of #60838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60838F

Black with #60838F

Text Example


Text Example

White with #60838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60838F; }

 p { color: rgb(96,131,143); }

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

background-color css

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

 a { background-color: rgb(96,131,143); }

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

border-color css

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

 span { border-color: rgb(96,131,143); }

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