#6DBFD1

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

Shades of Seagull #6DBFD1

Tints of Seagull #6DBFD1

Color information

#6DBFD1 (or 0x6DBFD1) is unknown color: approx Seagull. HEX triplet: 6D, BF and D1. RGB value is (109,191,209). Sum of RGB (Red+Green+Blue) = 109+191+209=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #6DBFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFD1 is #92402E. Grayscale: #A8A8A8. Windows color (decimal): -9584687 or 13746029. OLE color: 13746029.

HSL color Cylindrical-coordinate representation of color #6DBFD1: hue angle of 190.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DBFD1 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB109191209-
CMYK0.480.0900.18
HSL190.8º52.08%62.35%-
HSV(B)190.8º47.85%81.96%-
XYZ36.4545.1267.11-
YUV168.53150.8385.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.41%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 209 (82.03% from 255) = 41.06%
R=21.41%
G=37.52%
B=41.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1091912090.480.0900.18190.852.0862.35
Hex6DBFD1309012bf343e
Octal15527732160110222776476
Binary11011011011111111010001110000100101001010111111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,191,209); }

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

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

 a { background-color: rgb(109,191,209); }

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

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

 span { border-color: rgb(109,191,209); }

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