#6DBECC

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

Shades of Seagull #6DBECC

Tints of Seagull #6DBECC

Color information

#6DBECC (or 0x6DBECC) is unknown color: approx Seagull. HEX triplet: 6D, BE and CC. RGB value is (109,190,204). Sum of RGB (Red+Green+Blue) = 109+190+204=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBECC is #924133. Grayscale: #A7A7A7. Windows color (decimal): -9584948 or 13418093. OLE color: 13418093.

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

Color convert

RGB109190204-
CMYK0.470.0700.2
HSL188.84º48.22%61.37%-
HSV(B)188.84º46.57%80%-
XYZ35.6244.4463.83-
YUV167.38148.6686.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.67%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=21.67%
G=37.77%
B=40.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1091902040.470.0700.2188.8448.2261.37
Hex6DBECC2F7014bd303d
Octal1552763145770242756075
Binary1101101101111101100110010111111101010010111101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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