#6BDCC1

Color #6BDCC1 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6BDCC1

Tints of Downy #6BDCC1

Color information

#6BDCC1 (or 0x6BDCC1) is unknown color: approx 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

RGB107220193-
CMYK0.5100.120.14
HSL165.66º61.75%64.12%-
HSV(B)165.66º51.36%86.27%-
XYZ41.2858.1659.5-
YUV183.14133.5673.7-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1072201930.5100.120.14165.6661.7564.12
Hex6BDCC1330CEa63e40
Octal153334301630141624676100
Binary11010111101110011000001110011011001110101001101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>