#6CAECC

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

Shades of Seagull #6CAECC

Tints of Seagull #6CAECC

Color information

#6CAECC (or 0x6CAECC) is unknown color: approx Seagull. HEX triplet: 6C, AE and CC. RGB value is (108,174,204). Sum of RGB (Red+Green+Blue) = 108+174+204=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #6CAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAECC is #935133. Grayscale: #9D9D9D. Windows color (decimal): -9654580 or 13413996. OLE color: 13413996.

HSL color Cylindrical-coordinate representation of color #6CAECC: hue angle of 198.75º 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 #6CAECC is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB108174204-
CMYK0.470.1500.2
HSL198.75º48.48%61.18%-
HSV(B)198.75º47.06%80%-
XYZ32.2237.8262.73-
YUV157.69154.1392.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.22%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=22.22%
G=35.80%
B=41.98%

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
Decimal1081742040.470.1500.2198.7548.4861.18
Hex6CAECC2FF014c7303d
Octal15425631457170243076075
Binary11011001010111011001100101111111101010011000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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