#6BC2CF

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

Shades of Seagull #6BC2CF

Tints of Seagull #6BC2CF

Color information

#6BC2CF (or 0x6BC2CF) is unknown color: approx Seagull. HEX triplet: 6B, C2 and CF. RGB value is (107,194,207). Sum of RGB (Red+Green+Blue) = 107+194+207=508 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.06% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BC2CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC2CF is #943D30. Grayscale: #A9A9A9. Windows color (decimal): -9714993 or 13615723. OLE color: 13615723.

HSL color Cylindrical-coordinate representation of color #6BC2CF: hue angle of 187.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BC2CF is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB107194207-
CMYK0.480.0600.19
HSL187.8º51.02%61.57%-
HSV(B)187.8º48.31%81.18%-
XYZ36.6246.2166.02-
YUV169.47149.1883.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.06%
GREEN value IS 194 (76.17% from 255) = 38.19%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=21.06%
G=38.19%
B=40.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1071942070.480.0600.19187.851.0261.57
Hex6BC2CF306013bc333e
Octal1533023176060232746376
Binary1101011110000101100111111000011001001110111100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,194,207); }

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

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

 a { background-color: rgb(107,194,207); }

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

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

 span { border-color: rgb(107,194,207); }

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