#6ABFCF

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

Shades of Seagull #6ABFCF

Tints of Seagull #6ABFCF

Color information

#6ABFCF (or 0x6ABFCF) is unknown color: approx Seagull. HEX triplet: 6A, BF and CF. RGB value is (106,191,207). Sum of RGB (Red+Green+Blue) = 106+191+207=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #6ABFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFCF is #954030. Grayscale: #A7A7A7. Windows color (decimal): -9781297 or 13614954. OLE color: 13614954.

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

Color convert

RGB106191207-
CMYK0.490.0800.19
HSL189.5º51.27%61.37%-
HSV(B)189.5º48.79%81.18%-
XYZ35.8444.8365.8-
YUV167.41150.3484.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.03%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=21.03%
G=37.90%
B=41.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1061912070.490.0800.19189.551.2761.37
Hex6ABFCF318013be333d
Octal15227731761100232766375
Binary11010101011111111001111110001100001001110111110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,191,207); }

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

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

 a { background-color: rgb(106,191,207); }

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

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

 span { border-color: rgb(106,191,207); }

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