#6FCDDC

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

Shades of Spray #6FCDDC

Tints of Spray #6FCDDC

Color information

#6FCDDC (or 0x6FCDDC) is unknown color: approx Spray. HEX triplet: 6F, CD and DC. RGB value is (111,205,220). Sum of RGB (Red+Green+Blue) = 111+205+220=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FCDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDDC is #903223. Grayscale: #B2B2B2. Windows color (decimal): -9450020 or 14470511. OLE color: 14470511.

HSL color Cylindrical-coordinate representation of color #6FCDDC: hue angle of 188.26º 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 #6FCDDC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB111205220-
CMYK0.500.0700.14
HSL188.26º60.89%64.9%-
HSV(B)188.26º49.55%86.27%-
XYZ41.3152.2175.61-
YUV178.6151.3679.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.71%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=20.71%
G=38.25%
B=41.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1112052200.500.0700.14188.2660.8964.9
Hex6FCDDC3270Ebc3d41
Octal15731533462701627475101
Binary1101111110011011101110011001011101110101111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,205,220); }

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

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

 a { background-color: rgb(111,205,220); }

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

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

 span { border-color: rgb(111,205,220); }

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