#6DC8DC

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

Shades of Spray #6DC8DC

Tints of Spray #6DC8DC

Color information

#6DC8DC (or 0x6DC8DC) is unknown color: approx Spray. HEX triplet: 6D, C8 and DC. RGB value is (109,200,220). Sum of RGB (Red+Green+Blue) = 109+200+220=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DC8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC8DC is #923723. Grayscale: #AEAEAE. Windows color (decimal): -9582372 or 14469229. OLE color: 14469229.

HSL color Cylindrical-coordinate representation of color #6DC8DC: hue angle of 190.81º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DC8DC is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109200220-
CMYK0.500.0900.14
HSL190.81º61.33%64.51%-
HSV(B)190.81º50.45%86.27%-
XYZ39.8849.7375.21-
YUV175.07153.3580.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.60%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=20.60%
G=37.81%
B=41.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092002200.500.0900.14190.8161.3364.51
Hex6DC8DC3290Ebf3d41
Octal155310334621101627775101
Binary11011011100100011011100110010100101110101111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,200,220); }

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

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

 a { background-color: rgb(109,200,220); }

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

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

 span { border-color: rgb(109,200,220); }

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