Html Css Color HEX #68929C Horizon

📋 copy color: '#68929C'

red 104 ◦ green 146 ◦ blue 156

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

Shades of Horizon #68929C

Tints of Horizon #68929C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 25.62%
G = 35.96%
B = 38.42%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68929C (or 0x68929C) is known color: Horizon. HEX triplet: 68, 92 and 9C. RGB value is (104,146,156). Sum of RGB (Red+Green+Blue) = 104+146+156=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #68929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68929C is #976D63. Grayscale: #868686. Windows color (decimal): -9923940 or 10261096. OLE color: 10261096.

HSL color Cylindrical-coordinate representation of color #68929C: hue angle of 191.54º degrees, saturation: 0.21, 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 #68929C is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 146 156 -
CMYK 0.33 0.06 0 0.39
HSL 191.54º 0.21% 0.51% -
HSV(B) 191.54º 0.33% 0.61% -
XYZ 21.99 25.9 35.29 -
YUV 134.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 104 146 156 0.33 0.06 0 0.39 191.54 0.21 0.51
Hex 68 92 9C 21 6 0 27 C0 15 33
Octal 150 222 234 41 6 0 47 300 25 63
Binary 1101000 10010010 10011100 100001 110 0 100111 11000000 10101 110011

Color Harmonies of #68929C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68929C

Black with #68929C

Text Example


Text Example

White with #68929C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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