Html Css Color HEX #6CBAB2 Tradewind

📋 copy color: '#6CBAB2'

red 108 ◦ green 186 ◦ blue 178

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

Shades of Tradewind #6CBAB2

Tints of Tradewind #6CBAB2

RGB

 RED value IS 108 (42.58% from 255) = 22.88%

 GREEN value IS 186 (73.05% from 255) = 39.41%

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

R = 22.88%
G = 39.41%
B = 37.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#6CBAB2 (or 0x6CBAB2) is known color: Tradewind. HEX triplet: 6C, BA and B2. RGB value is (108,186,178). Sum of RGB (Red+Green+Blue) = 108+186+178=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBAB2 is #93454D. Grayscale: #A1A1A1. Windows color (decimal): -9651534 or 11713132. OLE color: 11713132.

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

Color convert

RGB 108 186 178 -
CMYK 0.42 0 0.04 0.27
HSL 173.85º 0.36% 0.58% -
HSV(B) 173.85º 0.42% 0.73% -
XYZ 31.78 41.52 48.46 -
YUV 161.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 108 186 178 0.42 0 0.04 0.27 173.85 0.36 0.58
Hex 6C BA B2 2A 0 4 1B AE 24 3A
Octal 154 272 262 52 0 4 33 256 44 72
Binary 1101100 10111010 10110010 101010 0 100 11011 10101110 100100 111010

Color Harmonies of #6CBAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBAB2

Black with #6CBAB2

Text Example


Text Example

White with #6CBAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,186,178); }

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

background-color css

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

 a { background-color: rgb(108,186,178); }

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

border-color css

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

 span { border-color: rgb(108,186,178); }

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