#6BD9C3

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

Shades of Downy #6BD9C3

Tints of Downy #6BD9C3

Color information

#6BD9C3 (or 0x6BD9C3) is unknown color: approx Downy. HEX triplet: 6B, D9 and C3. RGB value is (107,217,195). Sum of RGB (Red+Green+Blue) = 107+217+195=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #6BD9C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD9C3 is #94263C. Grayscale: #B5B5B5. Windows color (decimal): -9709117 or 12835179. OLE color: 12835179.

HSL color Cylindrical-coordinate representation of color #6BD9C3: hue angle of 168º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BD9C3 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB107217195-
CMYK0.5100.100.15
HSL168º59.14%63.53%-
HSV(B)168º50.69%85.1%-
XYZ40.7356.6960.43-
YUV181.6135.5674.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.62%
GREEN value IS 217 (85.16% from 255) = 41.81%
BLUE value IS 195 (76.56% from 255) = 37.57%
R=20.62%
G=41.81%
B=37.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072171950.5100.100.1516859.1463.53
Hex6BD9C3330AFa83b40
Octal153331303630121725073100
Binary11010111101100111000011110011010101111101010001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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