Html Css Color HEX #6A929E Horizon

📋 copy color: '#6A929E'

red 106 ◦ green 146 ◦ blue 158

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

Shades of Horizon #6A929E

Tints of Horizon #6A929E

RGB

 RED value IS 106 (41.8% from 255) = 25.85%

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

 BLUE value IS 158 (62.11% from 255) = 38.54%

R = 25.85%
G = 35.61%
B = 38.54%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A929E (or 0x6A929E) is known color: Horizon. HEX triplet: 6A, 92 and 9E. RGB value is (106,146,158). Sum of RGB (Red+Green+Blue) = 106+146+158=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A929E is #956D61. Grayscale: #878787. Windows color (decimal): -9792866 or 10392170. OLE color: 10392170.

HSL color Cylindrical-coordinate representation of color #6A929E: hue angle of 193.85º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A929E is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 146 158 -
CMYK 0.33 0.08 0 0.38
HSL 193.85º 0.21% 0.52% -
HSV(B) 193.85º 0.33% 0.62% -
XYZ 22.39 26.09 36.2 -
YUV 135.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 106 146 158 0.33 0.08 0 0.38 193.85 0.21 0.52
Hex 6A 92 9E 21 8 0 26 C2 15 34
Octal 152 222 236 41 10 0 46 302 25 64
Binary 1101010 10010010 10011110 100001 1000 0 100110 11000010 10101 110100

Color Harmonies of #6A929E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A929E

Black with #6A929E

Text Example


Text Example

White with #6A929E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A929E; }

 p { color: rgb(106,146,158); }

 H1.HeaderClassName
 {
   color: #6A929E;
 }
 .AnyTagClassName
 {
   color: #6A929E;
 }
</style>

background-color css

<style>
 a { background-color: #6A929E; }

 a { background-color: rgb(106,146,158); }

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

border-color css

<style>
 span { border-color: #6A929E; }

 span { border-color: rgb(106,146,158); }

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