#6DB1CC

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

Shades of Seagull #6DB1CC

Tints of Seagull #6DB1CC

Color information

#6DB1CC (or 0x6DB1CC) is unknown color: approx Seagull. HEX triplet: 6D, B1 and CC. RGB value is (109,177,204). Sum of RGB (Red+Green+Blue) = 109+177+204=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DB1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB1CC is #924E33. Grayscale: #9F9F9F. Windows color (decimal): -9588276 or 13414765. OLE color: 13414765.

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

Color convert

RGB109177204-
CMYK0.470.1300.2
HSL197.05º48.22%61.37%-
HSV(B)197.05º46.57%80%-
XYZ32.9339.0662.93-
YUV159.75152.9791.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.24%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=22.24%
G=36.12%
B=41.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1091772040.470.1300.2197.0548.2261.37
Hex6DB1CC2FD014c5303d
Octal15526131457150243056075
Binary11011011011000111001100101111110101010011000101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,177,204); }

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

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

 a { background-color: rgb(109,177,204); }

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

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

 span { border-color: rgb(109,177,204); }

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