Html Css Color HEX #6AAFA7 Tradewind

📋 copy color: '#6AAFA7'

red 106 ◦ green 175 ◦ blue 167

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

Shades of Tradewind #6AAFA7

Tints of Tradewind #6AAFA7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.06%

 BLUE value IS 167 (65.63% from 255) = 37.28%

R = 23.66%
G = 39.06%
B = 37.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#6AAFA7 (or 0x6AAFA7) is known color: Tradewind. HEX triplet: 6A, AF and A7. RGB value is (106,175,167). Sum of RGB (Red+Green+Blue) = 106+175+167=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAFA7 is #955058. Grayscale: #999999. Windows color (decimal): -9785433 or 10989418. OLE color: 10989418.

HSL color Cylindrical-coordinate representation of color #6AAFA7: hue angle of 173.04º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAFA7 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 106 175 167 -
CMYK 0.39 0 0.05 0.31
HSL 173.04º 0.3% 0.55% -
HSV(B) 173.04º 0.39% 0.69% -
XYZ 28.25 36.51 42.12 -
YUV 153.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 106 175 167 0.39 0 0.05 0.31 173.04 0.3 0.55
Hex 6A AF A7 27 0 5 1F AD 1E 37
Octal 152 257 247 47 0 5 37 255 36 67
Binary 1101010 10101111 10100111 100111 0 101 11111 10101101 11110 110111

Color Harmonies of #6AAFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAFA7

Black with #6AAFA7

Text Example


Text Example

White with #6AAFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,175,167); }

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

background-color css

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

 a { background-color: rgb(106,175,167); }

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

border-color css

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

 span { border-color: rgb(106,175,167); }

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