#6BBACC

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

Shades of Seagull #6BBACC

Tints of Seagull #6BBACC

Color information

#6BBACC (or 0x6BBACC) is unknown color: approx Seagull. HEX triplet: 6B, BA and CC. RGB value is (107,186,204). Sum of RGB (Red+Green+Blue) = 107+186+204=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBACC is #944533. Grayscale: #A4A4A4. Windows color (decimal): -9717044 or 13417067. OLE color: 13417067.

HSL color Cylindrical-coordinate representation of color #6BBACC: hue angle of 191.13º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BBACC is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB107186204-
CMYK0.480.0900.2
HSL191.13º48.74%60.98%-
HSV(B)191.13º47.55%80%-
XYZ34.5242.663.53-
YUV164.43150.3387.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.53%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=21.53%
G=37.42%
B=41.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1071862040.480.0900.2191.1348.7460.98
Hex6BBACC309014bf313d
Octal15327231460110242776175
Binary11010111011101011001100110000100101010010111111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,186,204); }

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

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

 a { background-color: rgb(107,186,204); }

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

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

 span { border-color: rgb(107,186,204); }

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