#6BACCA

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

Shades of Seagull #6BACCA

Tints of Seagull #6BACCA

Color information

#6BACCA (or 0x6BACCA) is unknown color: approx Seagull. HEX triplet: 6B, AC and CA. RGB value is (107,172,202). Sum of RGB (Red+Green+Blue) = 107+172+202=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #6BACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACCA is #945335. Grayscale: #9B9B9B. Windows color (decimal): -9720630 or 13282411. OLE color: 13282411.

HSL color Cylindrical-coordinate representation of color #6BACCA: hue angle of 198.95º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BACCA is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB107172202-
CMYK0.470.1500.21
HSL198.95º47.26%60.59%-
HSV(B)198.95º47.03%79.22%-
XYZ31.4836.961.34-
YUV155.98153.9793.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.25%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=22.25%
G=35.76%
B=42.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1071722020.470.1500.21198.9547.2660.59
Hex6BACCA2FF015c72f3d
Octal15325431257170253075775
Binary11010111010110011001010101111111101010111000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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