#6DC8DE

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

Shades of Spray #6DC8DE

Tints of Spray #6DC8DE

Color information

#6DC8DE (or 0x6DC8DE) is unknown color: approx Spray. HEX triplet: 6D, C8 and DE. RGB value is (109,200,222). Sum of RGB (Red+Green+Blue) = 109+200+222=531 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.53% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DC8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC8DE is #923721. Grayscale: #AFAFAF. Windows color (decimal): -9582370 or 14600301. OLE color: 14600301.

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

Color convert

RGB109200222-
CMYK0.510.1000.13
HSL191.68º63.13%64.9%-
HSV(B)191.68º50.9%87.06%-
XYZ40.1549.8376.61-
YUV175.3154.3580.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.53%
GREEN value IS 200 (78.52% from 255) = 37.66%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=20.53%
G=37.66%
B=41.81%

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
Decimal1092002220.510.1000.13191.6863.1364.9
Hex6DC8DE33A0Dc03f41
Octal155310336631201530077101
Binary11011011100100011011110110011101001101110000001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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