#6dc6df

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

Shades of Spray #6DC6DF

Tints of Spray #6DC6DF

Color information

#6DC6DF (or 0x6DC6DF) is unknown color: approx Spray. HEX triplet: 6D, C6 and DF. RGB value is (109,198,223). Sum of RGB (Red+Green+Blue) = 109+198+223=530 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.57% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DC6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC6DF is #923920. Grayscale: #AEAEAE. Windows color (decimal): -9582881 or 14665325. OLE color: 14665325.

HSL color Cylindrical-coordinate representation of color #6DC6DF: hue angle of 193.16º degrees, saturation: 0.64, 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 #6DC6DF is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109198223-
CMYK0.510.1100.13
HSL193.16º64.04%65.1%-
HSV(B)193.16º51.12%87.45%-
XYZ39.8248.9777.16-
YUV174.24155.5181.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.57%
GREEN value IS 198 (77.73% from 255) = 37.36%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=20.57%
G=37.36%
B=42.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091982230.510.1100.13193.1664.0465.1
Hex6DC6DF33B0Dc14041
Octal1553063376313015301100101
Binary110110111000110110111111100111011011011100000110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6dc6df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,198,223); }

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

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

 a { background-color: rgb(109,198,223); }

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

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

 span { border-color: rgb(109,198,223); }

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