#6bdcc3

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

Shades of Downy #6BDCC3

Tints of Downy #6BDCC3

Color information

#6BDCC3 (or 0x6BDCC3) is unknown color: approx Downy. HEX triplet: 6B, DC and C3. RGB value is (107,220,195). Sum of RGB (Red+Green+Blue) = 107+220+195=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCC3 is #94233C. Grayscale: #B7B7B7. Windows color (decimal): -9708349 or 12835947. OLE color: 12835947.

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

Color convert

RGB107220195-
CMYK0.5100.110.14
HSL166.73º61.75%64.12%-
HSV(B)166.73º51.36%86.27%-
XYZ41.5158.2560.69-
YUV183.36134.5673.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.50%
GREEN value IS 220 (86.33% from 255) = 42.15%
BLUE value IS 195 (76.56% from 255) = 37.36%
R=20.50%
G=42.15%
B=37.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1072201950.5100.110.14166.7361.7564.12
Hex6BDCC3330BEa73e40
Octal153334303630131624776100
Binary11010111101110011000011110011010111110101001111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bdcc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6bdcc3;
 }
 .AnyTagClassName
 {
   color: #6bdcc3;
 }
</style>
background-color css

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

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

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

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

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

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