#6DC7DD

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

Shades of Spray #6DC7DD

Tints of Spray #6DC7DD

Color information

#6DC7DD (or 0x6DC7DD) is unknown color: approx Spray. HEX triplet: 6D, C7 and DD. RGB value is (109,199,221). Sum of RGB (Red+Green+Blue) = 109+199+221=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DC7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC7DD is #923822. Grayscale: #AEAEAE. Windows color (decimal): -9582627 or 14534509. OLE color: 14534509.

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

Color convert

RGB109199221-
CMYK0.510.1000.13
HSL191.79º62.22%64.71%-
HSV(B)191.79º50.68%86.67%-
XYZ39.7849.3275.83-
YUV174.6154.1881.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.60%
GREEN value IS 199 (78.12% from 255) = 37.62%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=20.60%
G=37.62%
B=41.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091992210.510.1000.13191.7962.2264.71
Hex6DC7DD33A0Dc03e41
Octal155307335631201530076101
Binary11011011100011111011101110011101001101110000001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,199,221); }

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

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

 a { background-color: rgb(109,199,221); }

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

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

 span { border-color: rgb(109,199,221); }

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