Html Css Color HEX #6CB9B2 Tradewind

📋 copy color: '#6CB9B2'

red 108 ◦ green 185 ◦ blue 178

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

Shades of Tradewind #6CB9B2

Tints of Tradewind #6CB9B2

RGB

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

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

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

R = 22.93%
G = 39.28%
B = 37.79%

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

#6CB9B2 (or 0x6CB9B2) is known color: Tradewind. HEX triplet: 6C, B9 and B2. RGB value is (108,185,178). Sum of RGB (Red+Green+Blue) = 108+185+178=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #6CB9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB9B2 is #93464D. Grayscale: #A1A1A1. Windows color (decimal): -9651790 or 11712876. OLE color: 11712876.

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

Color convert

RGB 108 185 178 -
CMYK 0.42 0 0.04 0.27
HSL 174.55º 0.35% 0.57% -
HSV(B) 174.55º 0.42% 0.73% -
XYZ 31.57 41.1 48.39 -
YUV 161.18 137.49 90.07 -
System Red Green Blue C M Y K H S L
Decimal 108 185 178 0.42 0 0.04 0.27 174.55 0.35 0.57
Hex 6C B9 B2 2A 0 4 1B AF 23 39
Octal 154 271 262 52 0 4 33 257 43 71
Binary 1101100 10111001 10110010 101010 0 100 11011 10101111 100011 111001

Color Harmonies of #6CB9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB9B2

Black with #6CB9B2

Text Example


Text Example

White with #6CB9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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