Html Css Color HEX #6A949F Horizon

📋 copy color: '#6A949F'

red 106 ◦ green 148 ◦ blue 159

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

Shades of Horizon #6A949F

Tints of Horizon #6A949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.84%

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 25.67%
G = 35.84%
B = 38.5%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A949F (or 0x6A949F) is known color: Horizon. HEX triplet: 6A, 94 and 9F. RGB value is (106,148,159). Sum of RGB (Red+Green+Blue) = 106+148+159=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A949F is #956B60. Grayscale: #888888. Windows color (decimal): -9792353 or 10458218. OLE color: 10458218.

HSL color Cylindrical-coordinate representation of color #6A949F: hue angle of 192.45º degrees, saturation: 0.22, 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 #6A949F is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 148 159 -
CMYK 0.33 0.07 0 0.38
HSL 192.45º 0.22% 0.52% -
HSV(B) 192.45º 0.33% 0.62% -
XYZ 22.79 26.75 36.76 -
YUV 136.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 106 148 159 0.33 0.07 0 0.38 192.45 0.22 0.52
Hex 6A 94 9F 21 7 0 26 C0 16 34
Octal 152 224 237 41 7 0 46 300 26 64
Binary 1101010 10010100 10011111 100001 111 0 100110 11000000 10110 110100

Color Harmonies of #6A949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A949F

Black with #6A949F

Text Example


Text Example

White with #6A949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,148,159); }

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

background-color css

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

 a { background-color: rgb(106,148,159); }

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

border-color css

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

 span { border-color: rgb(106,148,159); }

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