#6BD3D1

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

Shades of Downy #6BD3D1

Tints of Downy #6BD3D1

Color information

#6BD3D1 (or 0x6BD3D1) is unknown color: approx Downy. HEX triplet: 6B, D3 and D1. RGB value is (107,211,209). Sum of RGB (Red+Green+Blue) = 107+211+209=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #6BD3D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD3D1 is #942C2E. Grayscale: #B3B3B3. Windows color (decimal): -9710639 or 13751147. OLE color: 13751147.

HSL color Cylindrical-coordinate representation of color #6BD3D1: hue angle of 178.85º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD3D1 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB107211209-
CMYK0.4900.010.17
HSL178.85º54.17%62.35%-
HSV(B)178.85º49.29%82.75%-
XYZ40.8754.3268.65-
YUV179.68144.5476.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.30%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 209 (82.03% from 255) = 39.66%
R=20.30%
G=40.04%
B=39.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1072112090.4900.010.17178.8554.1762.35
Hex6BD3D1310111b3363e
Octal1533233216101212636676
Binary11010111101001111010001110001011000110110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,211,209); }

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

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

 a { background-color: rgb(107,211,209); }

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

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

 span { border-color: rgb(107,211,209); }

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