#6BCFD0

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

Shades of Downy #6BCFD0

Tints of Downy #6BCFD0

Color information

#6BCFD0 (or 0x6BCFD0) is unknown color: approx Downy. HEX triplet: 6B, CF and D0. RGB value is (107,207,208). Sum of RGB (Red+Green+Blue) = 107+207+208=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #6BCFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFD0 is #94302F. Grayscale: #B1B1B1. Windows color (decimal): -9711664 or 13684587. OLE color: 13684587.

HSL color Cylindrical-coordinate representation of color #6BCFD0: hue angle of 180.59º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BCFD0 is Cyan = 0.49, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB107207208-
CMYK0.490.0000.18
HSL180.59º51.79%61.76%-
HSV(B)180.59º48.56%81.57%-
XYZ39.7652.3167.67-
YUV177.21145.3777.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.50%
GREEN value IS 207 (81.25% from 255) = 39.66%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=20.50%
G=39.66%
B=39.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072072080.490.0000.18180.5951.7961.76
Hex6BCFD0310012b5343e
Octal1533173206100222656476
Binary11010111100111111010000110001001001010110101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,207,208); }

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

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

 a { background-color: rgb(107,207,208); }

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

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

 span { border-color: rgb(107,207,208); }

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