#6BACD1

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

Shades of Seagull #6BACD1

Tints of Seagull #6BACD1

Color information

#6BACD1 (or 0x6BACD1) is unknown color: approx Seagull. HEX triplet: 6B, AC and D1. RGB value is (107,172,209). Sum of RGB (Red+Green+Blue) = 107+172+209=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #6BACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACD1 is #94532E. Grayscale: #9C9C9C. Windows color (decimal): -9720623 or 13741163. OLE color: 13741163.

HSL color Cylindrical-coordinate representation of color #6BACD1: hue angle of 201.76º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BACD1 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB107172209-
CMYK0.490.1800.18
HSL201.76º52.58%61.96%-
HSV(B)201.76º48.8%81.96%-
XYZ32.3237.2365.8-
YUV156.78157.4792.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.93%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 209 (82.03% from 255) = 42.83%
R=21.93%
G=35.25%
B=42.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1071722090.490.1800.18201.7652.5861.96
Hex6BACD13112012ca353e
Octal15325432161220223126576
Binary110101110101100110100011100011001001001011001010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,172,209); }

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

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

 a { background-color: rgb(107,172,209); }

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

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

 span { border-color: rgb(107,172,209); }

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