#6CADCC

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

Shades of Seagull #6CADCC

Tints of Seagull #6CADCC

Color information

#6CADCC (or 0x6CADCC) is unknown color: approx Seagull. HEX triplet: 6C, AD and CC. RGB value is (108,173,204). Sum of RGB (Red+Green+Blue) = 108+173+204=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #6CADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CADCC is #935233. Grayscale: #9C9C9C. Windows color (decimal): -9654836 or 13413740. OLE color: 13413740.

HSL color Cylindrical-coordinate representation of color #6CADCC: hue angle of 199.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CADCC is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB108173204-
CMYK0.470.1500.2
HSL199.38º48.48%61.18%-
HSV(B)199.38º47.06%80%-
XYZ32.0337.4362.66-
YUV157.1154.4792.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.27%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=22.27%
G=35.67%
B=42.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1081732040.470.1500.2199.3848.4861.18
Hex6CADCC2FF014c7303d
Octal15425531457170243076075
Binary11011001010110111001100101111111101010011000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,173,204); }

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

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

 a { background-color: rgb(108,173,204); }

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

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

 span { border-color: rgb(108,173,204); }

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