Html Css Color HEX #6CBBB4 Tradewind

📋 copy color: '#6CBBB4'

red 108 ◦ green 187 ◦ blue 180

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

Shades of Tradewind #6CBBB4

Tints of Tradewind #6CBBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.89%

R = 22.74%
G = 39.37%
B = 37.89%

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

#6CBBB4 (or 0x6CBBB4) is known color: Tradewind. HEX triplet: 6C, BB and B4. RGB value is (108,187,180). Sum of RGB (Red+Green+Blue) = 108+187+180=475 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.74% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #6CBBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBB4 is #93444B. Grayscale: #A2A2A2. Windows color (decimal): -9651276 or 11844460. OLE color: 11844460.

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

Color convert

RGB 108 187 180 -
CMYK 0.42 0 0.04 0.27
HSL 174.68º 0.37% 0.58% -
HSV(B) 174.68º 0.42% 0.73% -
XYZ 32.19 42.02 49.59 -
YUV 162.58 137.83 89.07 -
System Red Green Blue C M Y K H S L
Decimal 108 187 180 0.42 0 0.04 0.27 174.68 0.37 0.58
Hex 6C BB B4 2A 0 4 1B AF 25 3A
Octal 154 273 264 52 0 4 33 257 45 72
Binary 1101100 10111011 10110100 101010 0 100 11011 10101111 100101 111010

Color Harmonies of #6CBBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBBB4

Black with #6CBBB4

Text Example


Text Example

White with #6CBBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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