#6DC0D1

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

Shades of Seagull #6DC0D1

Tints of Seagull #6DC0D1

Color information

#6DC0D1 (or 0x6DC0D1) is unknown color: approx Seagull. HEX triplet: 6D, C0 and D1. RGB value is (109,192,209). Sum of RGB (Red+Green+Blue) = 109+192+209=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #6DC0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC0D1 is #923F2E. Grayscale: #A8A8A8. Windows color (decimal): -9584431 or 13746285. OLE color: 13746285.

HSL color Cylindrical-coordinate representation of color #6DC0D1: hue angle of 190.2º 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 #6DC0D1 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB109192209-
CMYK0.480.0800.18
HSL190.2º52.08%62.35%-
HSV(B)190.2º47.85%81.96%-
XYZ36.6645.5567.18-
YUV169.12150.585.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.37%
GREEN value IS 192 (75.39% from 255) = 37.65%
BLUE value IS 209 (82.03% from 255) = 40.98%
R=21.37%
G=37.65%
B=40.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1091922090.480.0800.18190.252.0862.35
Hex6DC0D1308012be343e
Octal15530032160100222766476
Binary11011011100000011010001110000100001001010111110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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