#6FCADD

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

Shades of Spray #6FCADD

Tints of Spray #6FCADD

Color information

#6FCADD (or 0x6FCADD) is unknown color: approx Spray. HEX triplet: 6F, CA and DD. RGB value is (111,202,221). Sum of RGB (Red+Green+Blue) = 111+202+221=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FCADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCADD is #903522. Grayscale: #B0B0B0. Windows color (decimal): -9450787 or 14535279. OLE color: 14535279.

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

Color convert

RGB111202221-
CMYK0.500.0900.13
HSL190.36º61.8%65.1%-
HSV(B)190.36º49.77%86.67%-
XYZ40.7350.8476.07-
YUV176.96152.8580.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.79%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=20.79%
G=37.83%
B=41.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1112022210.500.0900.13190.3661.865.1
Hex6FCADD3290Dbe3e41
Octal157312335621101527676101
Binary11011111100101011011101110010100101101101111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,202,221); }

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

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

 a { background-color: rgb(111,202,221); }

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

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

 span { border-color: rgb(111,202,221); }

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