#6baecc

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

Shades of Seagull #6BAECC

Tints of Seagull #6BAECC

Color information

#6BAECC (or 0x6BAECC) is unknown color: approx Seagull. HEX triplet: 6B, AE and CC. RGB value is (107,174,204). Sum of RGB (Red+Green+Blue) = 107+174+204=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAECC is #945133. Grayscale: #9D9D9D. Windows color (decimal): -9720116 or 13413995. OLE color: 13413995.

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

Color convert

RGB107174204-
CMYK0.480.1500.2
HSL198.56º48.74%60.98%-
HSV(B)198.56º47.55%80%-
XYZ32.137.7662.72-
YUV157.39154.392.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.06%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=22.06%
G=35.88%
B=42.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1071742040.480.1500.2198.5648.7460.98
Hex6BAECC30F014c7313d
Octal15325631460170243076175
Binary11010111010111011001100110000111101010011000111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6baecc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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