#6DB0CA

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

Shades of Seagull #6DB0CA

Tints of Seagull #6DB0CA

Color information

#6DB0CA (or 0x6DB0CA) is unknown color: approx Seagull. HEX triplet: 6D, B0 and CA. RGB value is (109,176,202). Sum of RGB (Red+Green+Blue) = 109+176+202=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DB0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB0CA is #924F35. Grayscale: #9E9E9E. Windows color (decimal): -9588534 or 13283437. OLE color: 13283437.

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

Color convert

RGB109176202-
CMYK0.460.1300.21
HSL196.77º46.73%60.98%-
HSV(B)196.77º46.04%79.22%-
XYZ32.4938.5761.61-
YUV158.93152.392.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.38%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=22.38%
G=36.14%
B=41.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091762020.460.1300.21196.7746.7360.98
Hex6DB0CA2ED015c52f3d
Octal15526031256150253055775
Binary11011011011000011001010101110110101010111000101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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