#6DB8CA

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

Shades of Seagull #6DB8CA

Tints of Seagull #6DB8CA

Color information

#6DB8CA (or 0x6DB8CA) is unknown color: approx Seagull. HEX triplet: 6D, B8 and CA. RGB value is (109,184,202). Sum of RGB (Red+Green+Blue) = 109+184+202=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DB8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB8CA is #924735. Grayscale: #A3A3A3. Windows color (decimal): -9586486 or 13285485. OLE color: 13285485.

HSL color Cylindrical-coordinate representation of color #6DB8CA: hue angle of 191.61º 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 #6DB8CA is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB109184202-
CMYK0.460.0900.21
HSL191.61º46.73%60.98%-
HSV(B)191.61º46.04%79.22%-
XYZ34.1141.862.15-
YUV163.63149.6589.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.02%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=22.02%
G=37.17%
B=40.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091842020.460.0900.21191.6146.7360.98
Hex6DB8CA2E9015c02f3d
Octal15527031256110253005775
Binary11011011011100011001010101110100101010111000000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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