Html Css Color HEX #6BDCC1 Downy

📋 copy color: '#6BDCC1'

red 107 ◦ green 220 ◦ blue 193

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

Shades of Downy #6BDCC1

Tints of Downy #6BDCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.12%

R = 20.58%
G = 42.31%
B = 37.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#6BDCC1 (or 0x6BDCC1) is known color: Downy. HEX triplet: 6B, DC and C1. RGB value is (107,220,193). Sum of RGB (Red+Green+Blue) = 107+220+193=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCC1 is #94233E. Grayscale: #B7B7B7. Windows color (decimal): -9708351 or 12704875. OLE color: 12704875.

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

Color convert

RGB 107 220 193 -
CMYK 0.51 0 0.12 0.14
HSL 165.66º 0.62% 0.64% -
HSV(B) 165.66º 0.51% 0.86% -
XYZ 41.28 58.16 59.5 -
YUV 183.14 133.56 73.7 -
System Red Green Blue C M Y K H S L
Decimal 107 220 193 0.51 0 0.12 0.14 165.66 0.62 0.64
Hex 6B DC C1 33 0 C E A6 3E 40
Octal 153 334 301 63 0 14 16 246 76 100
Binary 1101011 11011100 11000001 110011 0 1100 1110 10100110 111110 1000000

Color Harmonies of #6BDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDCC1

Black with #6BDCC1

Text Example


Text Example

White with #6BDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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