#6FCDD6

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

Shades of Spray #6FCDD6

Tints of Spray #6FCDD6

Color information

#6FCDD6 (or 0x6FCDD6) is unknown color: approx Spray. HEX triplet: 6F, CD and D6. RGB value is (111,205,214). Sum of RGB (Red+Green+Blue) = 111+205+214=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #6FCDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDD6 is #903229. Grayscale: #B1B1B1. Windows color (decimal): -9450026 or 14077295. OLE color: 14077295.

HSL color Cylindrical-coordinate representation of color #6FCDD6: hue angle of 185.24º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FCDD6 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB111205214-
CMYK0.480.0400.16
HSL185.24º55.68%63.73%-
HSV(B)185.24º48.13%83.92%-
XYZ40.5251.971.5-
YUV177.92148.3680.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.94%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 214 (83.98% from 255) = 40.38%
R=20.94%
G=38.68%
B=40.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1112052140.480.0400.16185.2455.6863.73
Hex6FCDD6304010b93840
Octal15731532660402027170100
Binary11011111100110111010110110000100010000101110011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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