#6CBACB

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

Shades of Seagull #6CBACB

Tints of Seagull #6CBACB

Color information

#6CBACB (or 0x6CBACB) is unknown color: approx Seagull. HEX triplet: 6C, BA and CB. RGB value is (108,186,203). Sum of RGB (Red+Green+Blue) = 108+186+203=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #6CBACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBACB is #934534. Grayscale: #A4A4A4. Windows color (decimal): -9651509 or 13351532. OLE color: 13351532.

HSL color Cylindrical-coordinate representation of color #6CBACB: hue angle of 190.74º 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 #6CBACB is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB108186203-
CMYK0.470.0800.20
HSL190.74º47.74%60.98%-
HSV(B)190.74º46.8%79.61%-
XYZ34.5242.6262.91-
YUV164.62149.6687.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.73%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=21.73%
G=37.42%
B=40.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1081862030.470.0800.20190.7447.7460.98
Hex6CBACB2F8014bf303d
Octal15427231357100242776075
Binary11011001011101011001011101111100001010010111111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,186,203); }

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

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

 a { background-color: rgb(108,186,203); }

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

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

 span { border-color: rgb(108,186,203); }

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