Html Css Color HEX #68929D Horizon

📋 copy color: '#68929D'

red 104 ◦ green 146 ◦ blue 157

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

Shades of Horizon #68929D

Tints of Horizon #68929D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.87%

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

R = 25.55%
G = 35.87%
B = 38.57%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68929D (or 0x68929D) is known color: Horizon. HEX triplet: 68, 92 and 9D. RGB value is (104,146,157). Sum of RGB (Red+Green+Blue) = 104+146+157=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #68929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68929D is #976D62. Grayscale: #868686. Windows color (decimal): -9923939 or 10326632. OLE color: 10326632.

HSL color Cylindrical-coordinate representation of color #68929D: hue angle of 192.45º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68929D is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 146 157 -
CMYK 0.34 0.07 0 0.38
HSL 192.45º 0.21% 0.51% -
HSV(B) 192.45º 0.34% 0.62% -
XYZ 22.07 25.94 35.74 -
YUV 134.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 104 146 157 0.34 0.07 0 0.38 192.45 0.21 0.51
Hex 68 92 9D 22 7 0 26 C0 15 33
Octal 150 222 235 42 7 0 46 300 25 63
Binary 1101000 10010010 10011101 100010 111 0 100110 11000000 10101 110011

Color Harmonies of #68929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68929D

Black with #68929D

Text Example


Text Example

White with #68929D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68929D; }

 p { color: rgb(104,146,157); }

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

background-color css

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

 a { background-color: rgb(104,146,157); }

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

border-color css

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

 span { border-color: rgb(104,146,157); }

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