Html Css Color HEX #608F9D Horizon

📋 copy color: '#608F9D'

red 96 ◦ green 143 ◦ blue 157

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

Shades of Horizon #608F9D

Tints of Horizon #608F9D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

 BLUE value IS 157 (61.72% from 255) = 39.65%

R = 24.24%
G = 36.11%
B = 39.65%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#608F9D (or 0x608F9D) is known color: Horizon. HEX triplet: 60, 8F and 9D. RGB value is (96,143,157). Sum of RGB (Red+Green+Blue) = 96+143+157=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #608F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608F9D is #9F7062. Grayscale: #828282. Windows color (decimal): -10448995 or 10325856. OLE color: 10325856.

HSL color Cylindrical-coordinate representation of color #608F9D: hue angle of 193.77º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #608F9D is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 143 157 -
CMYK 0.39 0.09 0 0.38
HSL 193.77º 0.24% 0.5% -
HSV(B) 193.77º 0.39% 0.62% -
XYZ 20.73 24.57 35.55 -
YUV 130.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 96 143 157 0.39 0.09 0 0.38 193.77 0.24 0.5
Hex 60 8F 9D 27 9 0 26 C2 18 32
Octal 140 217 235 47 11 0 46 302 30 62
Binary 1100000 10001111 10011101 100111 1001 0 100110 11000010 11000 110010

Color Harmonies of #608F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608F9D

Black with #608F9D

Text Example


Text Example

White with #608F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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