Html Css Color HEX #6A8F99 Horizon

📋 copy color: '#6A8F99'

red 106 ◦ green 143 ◦ blue 153

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

Shades of Horizon #6A8F99

Tints of Horizon #6A8F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 26.37%
G = 35.57%
B = 38.06%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A8F99 (or 0x6A8F99) is known color: Horizon. HEX triplet: 6A, 8F and 99. RGB value is (106,143,153). Sum of RGB (Red+Green+Blue) = 106+143+153=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A8F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8F99 is #957066. Grayscale: #858585. Windows color (decimal): -9793639 or 10063722. OLE color: 10063722.

HSL color Cylindrical-coordinate representation of color #6A8F99: hue angle of 192.77º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A8F99 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 143 153 -
CMYK 0.31 0.07 0 0.4
HSL 192.77º 0.19% 0.51% -
HSV(B) 192.77º 0.31% 0.6% -
XYZ 21.52 25.01 33.83 -
YUV 133.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 106 143 153 0.31 0.07 0 0.4 192.77 0.19 0.51
Hex 6A 8F 99 1F 7 0 28 C1 13 33
Octal 152 217 231 37 7 0 50 301 23 63
Binary 1101010 10001111 10011001 11111 111 0 101000 11000001 10011 110011

Color Harmonies of #6A8F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8F99

Black with #6A8F99

Text Example


Text Example

White with #6A8F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,143,153); }

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

background-color css

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

 a { background-color: rgb(106,143,153); }

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

border-color css

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

 span { border-color: rgb(106,143,153); }

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