#6DC6D1

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

Shades of Spray #6DC6D1

Tints of Spray #6DC6D1

Color information

#6DC6D1 (or 0x6DC6D1) is unknown color: approx Spray. HEX triplet: 6D, C6 and D1. RGB value is (109,198,209). Sum of RGB (Red+Green+Blue) = 109+198+209=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #6DC6D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC6D1 is #92392E. Grayscale: #ACACAC. Windows color (decimal): -9582895 or 13747821. OLE color: 13747821.

HSL color Cylindrical-coordinate representation of color #6DC6D1: hue angle of 186.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DC6D1 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB109198209-
CMYK0.480.0500.18
HSL186.6º52.08%62.35%-
HSV(B)186.6º47.85%81.96%-
XYZ38.0148.2467.63-
YUV172.64148.5182.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.12%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=21.12%
G=38.37%
B=40.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1091982090.480.0500.18186.652.0862.35
Hex6DC6D1305012bb343e
Octal1553063216050222736476
Binary1101101110001101101000111000010101001010111011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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