Html Css Color HEX #68939B Horizon

📋 copy color: '#68939B'

red 104 ◦ green 147 ◦ blue 155

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

Shades of Horizon #68939B

Tints of Horizon #68939B

RGB

 RED value IS 104 (41.02% from 255) = 25.62%

 GREEN value IS 147 (57.81% from 255) = 36.21%

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

R = 25.62%
G = 36.21%
B = 38.18%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68939B (or 0x68939B) is known color: Horizon. HEX triplet: 68, 93 and 9B. RGB value is (104,147,155). Sum of RGB (Red+Green+Blue) = 104+147+155=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #68939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68939B is #976C64. Grayscale: #868686. Windows color (decimal): -9923685 or 10195816. OLE color: 10195816.

HSL color Cylindrical-coordinate representation of color #68939B: hue angle of 189.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68939B is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 147 155 -
CMYK 0.33 0.05 0 0.39
HSL 189.41º 0.2% 0.51% -
HSV(B) 189.41º 0.33% 0.61% -
XYZ 22.06 26.18 34.9 -
YUV 135.06 139.25 105.85 -
System Red Green Blue C M Y K H S L
Decimal 104 147 155 0.33 0.05 0 0.39 189.41 0.2 0.51
Hex 68 93 9B 21 5 0 27 BD 14 33
Octal 150 223 233 41 5 0 47 275 24 63
Binary 1101000 10010011 10011011 100001 101 0 100111 10111101 10100 110011

Color Harmonies of #68939B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68939B

Black with #68939B

Text Example


Text Example

White with #68939B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,147,155); }

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

background-color css

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

 a { background-color: rgb(104,147,155); }

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

border-color css

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

 span { border-color: rgb(104,147,155); }

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