Html Css Color HEX #6A8693 Horizon

📋 copy color: '#6A8693'

red 106 ◦ green 134 ◦ blue 147

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

Shades of Horizon #6A8693

Tints of Horizon #6A8693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.63%

 BLUE value IS 147 (57.81% from 255) = 37.98%

R = 27.39%
G = 34.63%
B = 37.98%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A8693 (or 0x6A8693) is known color: Horizon. HEX triplet: 6A, 86 and 93. RGB value is (106,134,147). Sum of RGB (Red+Green+Blue) = 106+134+147=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A8693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8693 is #95796C. Grayscale: #7F7F7F. Windows color (decimal): -9795949 or 9668202. OLE color: 9668202.

HSL color Cylindrical-coordinate representation of color #6A8693: hue angle of 199.02º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A8693 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 134 147 -
CMYK 0.28 0.09 0 0.42
HSL 199.02º 0.16% 0.5% -
HSV(B) 199.02º 0.28% 0.58% -
XYZ 19.74 22.22 30.85 -
YUV 127.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 106 134 147 0.28 0.09 0 0.42 199.02 0.16 0.5
Hex 6A 86 93 1C 9 0 2A C7 10 32
Octal 152 206 223 34 11 0 52 307 20 62
Binary 1101010 10000110 10010011 11100 1001 0 101010 11000111 10000 110010

Color Harmonies of #6A8693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8693

Black with #6A8693

Text Example


Text Example

White with #6A8693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,134,147); }

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

background-color css

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

 a { background-color: rgb(106,134,147); }

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

border-color css

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

 span { border-color: rgb(106,134,147); }

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