Html Css Color HEX #6BC1BA Downy

📋 copy color: '#6BC1BA'

red 107 ◦ green 193 ◦ blue 186

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

Shades of Downy #6BC1BA

Tints of Downy #6BC1BA

RGB

 RED value IS 107 (42.19% from 255) = 22.02%

 GREEN value IS 193 (75.78% from 255) = 39.71%

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 22.02%
G = 39.71%
B = 38.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#6BC1BA (or 0x6BC1BA) is known color: Downy. HEX triplet: 6B, C1 and BA. RGB value is (107,193,186). Sum of RGB (Red+Green+Blue) = 107+193+186=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC1BA is #943E45. Grayscale: #A6A6A6. Windows color (decimal): -9715270 or 12239211. OLE color: 12239211.

HSL color Cylindrical-coordinate representation of color #6BC1BA: hue angle of 175.12º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC1BA is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 193 186 -
CMYK 0.45 0 0.04 0.24
HSL 175.12º 0.41% 0.59% -
HSV(B) 175.12º 0.45% 0.76% -
XYZ 34 44.81 53.31 -
YUV 166.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 107 193 186 0.45 0 0.04 0.24 175.12 0.41 0.59
Hex 6B C1 BA 2D 0 4 18 AF 29 3B
Octal 153 301 272 55 0 4 30 257 51 73
Binary 1101011 11000001 10111010 101101 0 100 11000 10101111 101001 111011

Color Harmonies of #6BC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC1BA

Black with #6BC1BA

Text Example


Text Example

White with #6BC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,193,186); }

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

background-color css

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

 a { background-color: rgb(107,193,186); }

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

border-color css

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

 span { border-color: rgb(107,193,186); }

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