#6DACCB

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

Shades of Seagull #6DACCB

Tints of Seagull #6DACCB

Color information

#6DACCB (or 0x6DACCB) is unknown color: approx Seagull. HEX triplet: 6D, AC and CB. RGB value is (109,172,203). Sum of RGB (Red+Green+Blue) = 109+172+203=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #6DACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACCB is #925334. Grayscale: #9C9C9C. Windows color (decimal): -9589557 or 13347949. OLE color: 13347949.

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

Color convert

RGB109172203-
CMYK0.460.1500.20
HSL199.79º47.47%61.18%-
HSV(B)199.79º46.31%79.61%-
XYZ31.8437.0761.98-
YUV156.7154.1393.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.52%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=22.52%
G=35.54%
B=41.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091722030.460.1500.20199.7947.4761.18
Hex6DACCB2EF014c82f3d
Octal15525431356170243105775
Binary11011011010110011001011101110111101010011001000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,172,203); }

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

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

 a { background-color: rgb(109,172,203); }

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

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

 span { border-color: rgb(109,172,203); }

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