Html Css Color HEX #6BDCBA Downy

📋 copy color: '#6BDCBA'

red 107 ◦ green 220 ◦ blue 186

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

Shades of Downy #6BDCBA

Tints of Downy #6BDCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.88%

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

R = 20.86%
G = 42.88%
B = 36.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#6BDCBA (or 0x6BDCBA) is known color: Downy. HEX triplet: 6B, DC and BA. RGB value is (107,220,186). Sum of RGB (Red+Green+Blue) = 107+220+186=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCBA is #942345. Grayscale: #B6B6B6. Windows color (decimal): -9708358 or 12246123. OLE color: 12246123.

HSL color Cylindrical-coordinate representation of color #6BDCBA: hue angle of 161.95º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDCBA is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 220 186 -
CMYK 0.51 0 0.15 0.14
HSL 161.95º 0.62% 0.64% -
HSV(B) 161.95º 0.51% 0.86% -
XYZ 40.52 57.86 55.49 -
YUV 182.34 130.06 74.26 -
System Red Green Blue C M Y K H S L
Decimal 107 220 186 0.51 0 0.15 0.14 161.95 0.62 0.64
Hex 6B DC BA 33 0 F E A2 3E 40
Octal 153 334 272 63 0 17 16 242 76 100
Binary 1101011 11011100 10111010 110011 0 1111 1110 10100010 111110 1000000

Color Harmonies of #6BDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDCBA

Black with #6BDCBA

Text Example


Text Example

White with #6BDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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