#6DB2CC

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

Shades of Seagull #6DB2CC

Tints of Seagull #6DB2CC

Color information

#6DB2CC (or 0x6DB2CC) is unknown color: approx Seagull. HEX triplet: 6D, B2 and CC. RGB value is (109,178,204). Sum of RGB (Red+Green+Blue) = 109+178+204=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DB2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB2CC is #924D33. Grayscale: #A0A0A0. Windows color (decimal): -9588020 or 13415021. OLE color: 13415021.

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

Color convert

RGB109178204-
CMYK0.470.1300.2
HSL196.42º48.22%61.37%-
HSV(B)196.42º46.57%80%-
XYZ33.1339.4563-
YUV160.33152.6491.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.20%
GREEN value IS 178 (69.92% from 255) = 36.25%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=22.20%
G=36.25%
B=41.55%

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
Decimal1091782040.470.1300.2196.4248.2261.37
Hex6DB2CC2FD014c4303d
Octal15526231457150243046075
Binary11011011011001011001100101111110101010011000100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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