Html Css Color HEX #6BDCBE Downy

📋 copy color: '#6BDCBE'

red 107 ◦ green 220 ◦ blue 190

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

Shades of Downy #6BDCBE

Tints of Downy #6BDCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 20.7%
G = 42.55%
B = 36.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#6BDCBE (or 0x6BDCBE) is known color: Downy. HEX triplet: 6B, DC and BE. RGB value is (107,220,190). Sum of RGB (Red+Green+Blue) = 107+220+190=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCBE is #942341. Grayscale: #B6B6B6. Windows color (decimal): -9708354 or 12508267. OLE color: 12508267.

HSL color Cylindrical-coordinate representation of color #6BDCBE: hue angle of 164.07º 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 #6BDCBE is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 220 190 -
CMYK 0.51 0 0.14 0.14
HSL 164.07º 0.62% 0.64% -
HSV(B) 164.07º 0.51% 0.86% -
XYZ 40.95 58.03 57.76 -
YUV 182.79 132.06 73.94 -
System Red Green Blue C M Y K H S L
Decimal 107 220 190 0.51 0 0.14 0.14 164.07 0.62 0.64
Hex 6B DC BE 33 0 E E A4 3E 40
Octal 153 334 276 63 0 16 16 244 76 100
Binary 1101011 11011100 10111110 110011 0 1110 1110 10100100 111110 1000000

Color Harmonies of #6BDCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDCBE

Black with #6BDCBE

Text Example


Text Example

White with #6BDCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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