Html Css Color HEX #6CB4A6 Tradewind

📋 copy color: '#6CB4A6'

red 108 ◦ green 180 ◦ blue 166

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

Shades of Tradewind #6CB4A6

Tints of Tradewind #6CB4A6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.65%

 BLUE value IS 166 (65.23% from 255) = 36.56%

R = 23.79%
G = 39.65%
B = 36.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#6CB4A6 (or 0x6CB4A6) is known color: Tradewind. HEX triplet: 6C, B4 and A6. RGB value is (108,180,166). Sum of RGB (Red+Green+Blue) = 108+180+166=454 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.79% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB4A6 is #934B59. Grayscale: #9C9C9C. Windows color (decimal): -9653082 or 10925164. OLE color: 10925164.

HSL color Cylindrical-coordinate representation of color #6CB4A6: hue angle of 168.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB4A6 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 180 166 -
CMYK 0.40 0 0.08 0.29
HSL 168.33º 0.32% 0.56% -
HSV(B) 168.33º 0.4% 0.71% -
XYZ 29.39 38.58 41.97 -
YUV 156.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 108 180 166 0.40 0 0.08 0.29 168.33 0.32 0.56
Hex 6C B4 A6 28 0 8 1D A8 20 38
Octal 154 264 246 50 0 10 35 250 40 70
Binary 1101100 10110100 10100110 101000 0 1000 11101 10101000 100000 111000

Color Harmonies of #6CB4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB4A6

Black with #6CB4A6

Text Example


Text Example

White with #6CB4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,180,166); }

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

background-color css

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

 a { background-color: rgb(108,180,166); }

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

border-color css

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

 span { border-color: rgb(108,180,166); }

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