#6BDDC8

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

Shades of Downy #6BDDC8

Tints of Downy #6BDDC8

Color information

#6BDDC8 (or 0x6BDDC8) is unknown color: approx Downy. HEX triplet: 6B, DD and C8. RGB value is (107,221,200). Sum of RGB (Red+Green+Blue) = 107+221+200=528 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.27% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDDC8 is #942237. Grayscale: #B8B8B8. Windows color (decimal): -9708088 or 13163883. OLE color: 13163883.

HSL color Cylindrical-coordinate representation of color #6BDDC8: hue angle of 168.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDC8 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB107221200-
CMYK0.5200.100.13
HSL168.95º62.64%64.31%-
HSV(B)168.95º51.58%86.67%-
XYZ42.3559.0163.8-
YUV184.52136.7372.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.27%
GREEN value IS 221 (86.72% from 255) = 41.86%
BLUE value IS 200 (78.52% from 255) = 37.88%
R=20.27%
G=41.86%
B=37.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072212000.5200.100.13168.9562.6464.31
Hex6BDDC8340ADa93f40
Octal153335310640121525177100
Binary11010111101110111001000110100010101101101010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,221,200); }

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

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

 a { background-color: rgb(107,221,200); }

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

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

 span { border-color: rgb(107,221,200); }

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