#6CCED3

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

Shades of Spray #6CCED3

Tints of Spray #6CCED3

Color information

#6CCED3 (or 0x6CCED3) is unknown color: approx Spray. HEX triplet: 6C, CE and D3. RGB value is (108,206,211). Sum of RGB (Red+Green+Blue) = 108+206+211=525 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.57% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 211 - color contains mainly: blue. Hex color #6CCED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCED3 is #93312C. Grayscale: #B1B1B1. Windows color (decimal): -9646381 or 13880940. OLE color: 13880940.

HSL color Cylindrical-coordinate representation of color #6CCED3: hue angle of 182.91º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CCED3 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB108206211-
CMYK0.490.0200.17
HSL182.91º53.93%62.55%-
HSV(B)182.91º48.82%82.75%-
XYZ40.0152.0369.56-
YUV177.27147.0378.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.57%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 211 (82.81% from 255) = 40.19%
R=20.57%
G=39.24%
B=40.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1082062110.490.0200.17182.9153.9362.55
Hex6CCED3312011b7363f
Octal1543163236120212676677
Binary110110011001110110100111100011001000110110111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,206,211); }

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

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

 a { background-color: rgb(108,206,211); }

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

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

 span { border-color: rgb(108,206,211); }

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