#6DB9CA

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

Shades of Seagull #6DB9CA

Tints of Seagull #6DB9CA

Color information

#6DB9CA (or 0x6DB9CA) is unknown color: approx Seagull. HEX triplet: 6D, B9 and CA. RGB value is (109,185,202). Sum of RGB (Red+Green+Blue) = 109+185+202=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DB9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB9CA is #924635. Grayscale: #A4A4A4. Windows color (decimal): -9586230 or 13285741. OLE color: 13285741.

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

Color convert

RGB109185202-
CMYK0.460.0800.21
HSL190.97º46.73%60.98%-
HSV(B)190.97º46.04%79.22%-
XYZ34.3242.2162.22-
YUV164.21149.3288.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.98%
GREEN value IS 185 (72.66% from 255) = 37.30%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=21.98%
G=37.30%
B=40.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091852020.460.0800.21190.9746.7360.98
Hex6DB9CA2E8015bf2f3d
Octal15527131256100252775775
Binary11011011011100111001010101110100001010110111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,185,202); }

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

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

 a { background-color: rgb(109,185,202); }

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

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

 span { border-color: rgb(109,185,202); }

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