#6BCDBB

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

Shades of Downy #6BCDBB

Tints of Downy #6BCDBB

Color information

#6BCDBB (or 0x6BCDBB) is unknown color: approx Downy. HEX triplet: 6B, CD and BB. RGB value is (107,205,187). Sum of RGB (Red+Green+Blue) = 107+205+187=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDBB is #943244. Grayscale: #ADADAD. Windows color (decimal): -9712197 or 12307819. OLE color: 12307819.

HSL color Cylindrical-coordinate representation of color #6BCDBB: hue angle of 168.98º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCDBB is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB107205187-
CMYK0.4800.090.20
HSL168.98º49.49%61.18%-
HSV(B)168.98º47.8%80.39%-
XYZ36.8650.3854.79-
YUV173.65135.5380.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.44%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=21.44%
G=41.08%
B=37.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1072051870.4800.090.20168.9849.4961.18
Hex6BCDBB300914a9313d
Octal15331527360011242516175
Binary11010111100110110111011110000010011010010101001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,205,187); }

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

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

 a { background-color: rgb(107,205,187); }

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

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

 span { border-color: rgb(107,205,187); }

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