Html Css Color HEX #6AB9B2 Tradewind

📋 copy color: '#6AB9B2'

red 106 ◦ green 185 ◦ blue 178

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

Shades of Tradewind #6AB9B2

Tints of Tradewind #6AB9B2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.45%

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 22.6%
G = 39.45%
B = 37.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#6AB9B2 (or 0x6AB9B2) is known color: Tradewind. HEX triplet: 6A, B9 and B2. RGB value is (106,185,178). Sum of RGB (Red+Green+Blue) = 106+185+178=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB9B2 is #95464D. Grayscale: #A0A0A0. Windows color (decimal): -9782862 or 11712874. OLE color: 11712874.

HSL color Cylindrical-coordinate representation of color #6AB9B2: hue angle of 174.68º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AB9B2 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 185 178 -
CMYK 0.43 0 0.04 0.27
HSL 174.68º 0.36% 0.57% -
HSV(B) 174.68º 0.43% 0.73% -
XYZ 31.33 40.98 48.38 -
YUV 160.58 137.83 89.07 -
System Red Green Blue C M Y K H S L
Decimal 106 185 178 0.43 0 0.04 0.27 174.68 0.36 0.57
Hex 6A B9 B2 2B 0 4 1B AF 24 39
Octal 152 271 262 53 0 4 33 257 44 71
Binary 1101010 10111001 10110010 101011 0 100 11011 10101111 100100 111001

Color Harmonies of #6AB9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB9B2

Black with #6AB9B2

Text Example


Text Example

White with #6AB9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,185,178); }

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

background-color css

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

 a { background-color: rgb(106,185,178); }

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

border-color css

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

 span { border-color: rgb(106,185,178); }

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