Html Css Color HEX #6CBBB5 Tradewind

📋 copy color: '#6CBBB5'

red 108 ◦ green 187 ◦ blue 181

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

Shades of Tradewind #6CBBB5

Tints of Tradewind #6CBBB5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.29%

 BLUE value IS 181 (71.09% from 255) = 38.03%

R = 22.69%
G = 39.29%
B = 38.03%

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

#6CBBB5 (or 0x6CBBB5) is known color: Tradewind. HEX triplet: 6C, BB and B5. RGB value is (108,187,181). Sum of RGB (Red+Green+Blue) = 108+187+181=476 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.69% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #6CBBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBB5 is #93444A. Grayscale: #A2A2A2. Windows color (decimal): -9651275 or 11909996. OLE color: 11909996.

HSL color Cylindrical-coordinate representation of color #6CBBB5: hue angle of 175.44º degrees, saturation: 0.37, 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 #6CBBB5 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 187 181 -
CMYK 0.42 0 0.03 0.27
HSL 175.44º 0.37% 0.58% -
HSV(B) 175.44º 0.42% 0.73% -
XYZ 32.3 42.06 50.13 -
YUV 162.7 138.33 88.99 -
System Red Green Blue C M Y K H S L
Decimal 108 187 181 0.42 0 0.03 0.27 175.44 0.37 0.58
Hex 6C BB B5 2A 0 3 1B AF 25 3A
Octal 154 273 265 52 0 3 33 257 45 72
Binary 1101100 10111011 10110101 101010 0 11 11011 10101111 100101 111010

Color Harmonies of #6CBBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBBB5

Black with #6CBBB5

Text Example


Text Example

White with #6CBBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,187,181); }

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

background-color css

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

 a { background-color: rgb(108,187,181); }

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

border-color css

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

 span { border-color: rgb(108,187,181); }

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