Html Css Color HEX #6CB9B3 Tradewind

📋 copy color: '#6CB9B3'

red 108 ◦ green 185 ◦ blue 179

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

Shades of Tradewind #6CB9B3

Tints of Tradewind #6CB9B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.92%

R = 22.88%
G = 39.19%
B = 37.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#6CB9B3 (or 0x6CB9B3) is known color: Tradewind. HEX triplet: 6C, B9 and B3. RGB value is (108,185,179). Sum of RGB (Red+Green+Blue) = 108+185+179=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #6CB9B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB9B3 is #93464C. Grayscale: #A1A1A1. Windows color (decimal): -9651789 or 11778412. OLE color: 11778412.

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

Color convert

RGB 108 185 179 -
CMYK 0.42 0 0.03 0.27
HSL 175.32º 0.35% 0.57% -
HSV(B) 175.32º 0.42% 0.73% -
XYZ 31.67 41.14 48.92 -
YUV 161.29 137.99 89.99 -
System Red Green Blue C M Y K H S L
Decimal 108 185 179 0.42 0 0.03 0.27 175.32 0.35 0.57
Hex 6C B9 B3 2A 0 3 1B AF 23 39
Octal 154 271 263 52 0 3 33 257 43 71
Binary 1101100 10111001 10110011 101010 0 11 11011 10101111 100011 111001

Color Harmonies of #6CB9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB9B3

Black with #6CB9B3

Text Example


Text Example

White with #6CB9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,185,179); }

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

background-color css

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

 a { background-color: rgb(108,185,179); }

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

border-color css

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

 span { border-color: rgb(108,185,179); }

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