#6DBFCE

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

Shades of Seagull #6DBFCE

Tints of Seagull #6DBFCE

Color information

#6DBFCE (or 0x6DBFCE) is unknown color: approx Seagull. HEX triplet: 6D, BF and CE. RGB value is (109,191,206). Sum of RGB (Red+Green+Blue) = 109+191+206=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DBFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFCE is #924031. Grayscale: #A8A8A8. Windows color (decimal): -9584690 or 13549421. OLE color: 13549421.

HSL color Cylindrical-coordinate representation of color #6DBFCE: hue angle of 189.28º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DBFCE is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB109191206-
CMYK0.470.0700.19
HSL189.28º49.74%61.76%-
HSV(B)189.28º47.09%80.78%-
XYZ36.0844.9765.17-
YUV168.19149.3385.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.54%
GREEN value IS 191 (75% from 255) = 37.75%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=21.54%
G=37.75%
B=40.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1091912060.470.0700.19189.2849.7461.76
Hex6DBFCE2F7013bd323e
Octal1552773165770232756276
Binary1101101101111111100111010111111101001110111101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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