#6CCADB

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

Shades of Spray #6CCADB

Tints of Spray #6CCADB

Color information

#6CCADB (or 0x6CCADB) is unknown color: approx Spray. HEX triplet: 6C, CA and DB. RGB value is (108,202,219). Sum of RGB (Red+Green+Blue) = 108+202+219=529 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.42% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CCADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCADB is #933524. Grayscale: #AFAFAF. Windows color (decimal): -9647397 or 14404204. OLE color: 14404204.

HSL color Cylindrical-coordinate representation of color #6CCADB: hue angle of 189.19º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CCADB is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB108202219-
CMYK0.510.0800.14
HSL189.19º60.66%64.12%-
HSV(B)189.19º50.68%85.88%-
XYZ40.0950.5474.66-
YUV175.83152.3679.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.42%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=20.42%
G=38.19%
B=41.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1082022190.510.0800.14189.1960.6664.12
Hex6CCADB3380Ebd3d40
Octal154312333631001627575100
Binary11011001100101011011011110011100001110101111011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,202,219); }

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

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

 a { background-color: rgb(108,202,219); }

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

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

 span { border-color: rgb(108,202,219); }

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