Html Css Color HEX #68929B Horizon

📋 copy color: '#68929B'

red 104 ◦ green 146 ◦ blue 155

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

Shades of Horizon #68929B

Tints of Horizon #68929B

RGB

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

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

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

R = 25.68%
G = 36.05%
B = 38.27%

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

#68929B (or 0x68929B) is known color: Horizon. HEX triplet: 68, 92 and 9B. RGB value is (104,146,155). Sum of RGB (Red+Green+Blue) = 104+146+155=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #68929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68929B is #976D64. Grayscale: #868686. Windows color (decimal): -9923941 or 10195560. OLE color: 10195560.

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

Color convert

RGB 104 146 155 -
CMYK 0.33 0.06 0 0.39
HSL 190.59º 0.2% 0.51% -
HSV(B) 190.59º 0.33% 0.61% -
XYZ 21.9 25.87 34.85 -
YUV 134.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 104 146 155 0.33 0.06 0 0.39 190.59 0.2 0.51
Hex 68 92 9B 21 6 0 27 BF 14 33
Octal 150 222 233 41 6 0 47 277 24 63
Binary 1101000 10010010 10011011 100001 110 0 100111 10111111 10100 110011

Color Harmonies of #68929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68929B

Black with #68929B

Text Example


Text Example

White with #68929B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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