#6FCAD8

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

Shades of Spray #6FCAD8

Tints of Spray #6FCAD8

Color information

#6FCAD8 (or 0x6FCAD8) is unknown color: approx Spray. HEX triplet: 6F, CA and D8. RGB value is (111,202,216). Sum of RGB (Red+Green+Blue) = 111+202+216=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #6FCAD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCAD8 is #903527. Grayscale: #B0B0B0. Windows color (decimal): -9450792 or 14207599. OLE color: 14207599.

HSL color Cylindrical-coordinate representation of color #6FCAD8: hue angle of 188º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FCAD8 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB111202216-
CMYK0.490.0600.15
HSL188º57.38%64.12%-
HSV(B)188º48.61%84.71%-
XYZ40.0750.5872.62-
YUV176.39150.3581.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.98%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 216 (84.77% from 255) = 40.83%
R=20.98%
G=38.19%
B=40.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1112022160.490.0600.1518857.3864.12
Hex6FCAD83160Fbc3940
Octal15731233061601727471100
Binary1101111110010101101100011000111001111101111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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