#6BAECB

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

Shades of Seagull #6BAECB

Tints of Seagull #6BAECB

Color information

#6BAECB (or 0x6BAECB) is unknown color: approx Seagull. HEX triplet: 6B, AE and CB. RGB value is (107,174,203). Sum of RGB (Red+Green+Blue) = 107+174+203=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #6BAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAECB is #945134. Grayscale: #9D9D9D. Windows color (decimal): -9720117 or 13348459. OLE color: 13348459.

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

Color convert

RGB107174203-
CMYK0.470.1400.20
HSL198.12º48%60.78%-
HSV(B)198.12º47.29%79.61%-
XYZ31.9837.7162.09-
YUV157.27153.892.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.11%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=22.11%
G=35.95%
B=41.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1071742030.470.1400.20198.124860.78
Hex6BAECB2FE014c6303d
Octal15325631357160243066075
Binary11010111010111011001011101111111001010011000110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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